Commit 30bd6d82 authored by dish's avatar dish
Browse files

json-server: fix updateScript

parent 47f7f0d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ buildNpmPackage (finalAttrs: {

  npmDepsHash = "sha256-HZmCxMKgxJ+ZiRDXh/iVmytNMbPoYzSuI0F8YmkcfZI=";

  passthru.updateScript = nix-update-script { };
  passthru.updateScript = nix-update-script { extraArgs = [ "--version=unstable" ]; };

  meta = {
    description = "Get a full fake REST API with zero coding in less than 30 seconds";