Skip to content

Commit

Permalink
blank out npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
45930 committed Jan 21, 2025
1 parent 3058648 commit 587bd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
# got: sha256-8EPvXpOgn0nvm/pFKN3h6EMjabOeBqfy5optIfe8E8Q=
# replace npmDepsHash bellow with the new hash

npmDepsHash = "sha256-QLnSfX6JwYQXyHGNSxXdzqbhkbFl67sDrmlW/F6D/pw=";
npmDepsHash = "";
# The prepack script runs the build script, which we'd rather do in the build phase.
npmPackFlags = [ "--ignore-scripts" ];
dontNpmBuild = true;
Expand Down

0 comments on commit 587bd83

Please sign in to comment.