Skip to content

Commit

Permalink
fix(nix): add missing `package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aimixsaka committed Oct 11, 2024
1 parent b8b60f9 commit 2f9b651
Show file tree
Hide file tree
Showing 2 changed files with 12,788 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
buildInputs = with pkgs; [
nodePackages.node-gyp-build
];
npmDepsHash = "sha256-Qx/VrcHJZEhK9FLjJEMYk5U+9C9ok11lOcy4kPx+7ME="; # <prefetch-npm-deps package-lock.json>
npmDepsHash = "sha256-8x/IcpOSgrZG4fXX+o/wtXx7tr7EBIfOVg/O2TM3Jxo="; # <prefetch-npm-deps package-lock.json>

# see ./next.config.mjs
env.OUTPUT_STANDALONE = true;
Expand Down
Loading

0 comments on commit 2f9b651

Please sign in to comment.