Skip to content

Commit

Permalink
fix broken npm lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG committed Oct 22, 2023
1 parent 3f3fc3c commit 52088e0
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 84 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/package/web/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildNpmPackage {
name = "traewelling-web";
src = lib.cleanSource ../../..;

npmDepsHash = "sha256-NWkPCEXTiUXT782GC+Q4ysdCILqn6BEkzvDIcZxGlBI=";
npmDepsHash = "sha256-dSfHgmjvSbfEUwP6CnbulcVBHy2Qn135E/+XMA3kiK0=";

prePatch = ''
# delete public directory to only get web output results in this derivation
Expand Down
162 changes: 85 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52088e0

Please sign in to comment.