We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9de81a commit e91b7f5Copy full SHA for e91b7f5
1 file changed
flake.nix
@@ -60,7 +60,7 @@
60
nodePackages = pkgs.buildNpmPackage {
61
name = "penguin_memories_assets";
62
src = ./assets;
63
- npmDepsHash = "sha256-Vyh93JxQpqmC1kCCuaoAEy8IlbckfmZ7CdQlQfbqisM=";
+ npmDepsHash = "sha256-vXzOx7pSlV1QMQrRM77Jit1kVu6eQREAxU+ZWYxx3bQ=";
64
# npmDepsHash = pkgs.lib.fakeHash;
65
dontNpmBuild = true;
66
inherit nodejs;
0 commit comments