Skip to content

Commit

Permalink
fix: update dependancy hash in nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmay committed Jan 3, 2025
1 parent dd9edb0 commit 3bf9509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/flake-modules/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
nodePackages = pkgs.buildNpmPackage {
name = "${pname}-assets";
src = "${src}/assets";
npmDepsHash = "sha256-05AKPyms4WP8MHBqWMup8VXR3a1tv/f/7jT8c6EpWBw=";
npmDepsHash = "sha256-eJlaKYIitGGMq5ll5N3vQQLlZKl6/s3fAT771qv+MnE=";
# npmDepsHash = pkgs.lib.fakeHash;
dontNpmBuild = true;
inherit nodejs;
Expand Down

0 comments on commit 3bf9509

Please sign in to comment.