Skip to content

Commit

Permalink
flake: fix hash
Browse files Browse the repository at this point in the history
  • Loading branch information
ElysaSrc committed Jun 22, 2024
1 parent 6a8b51d commit baa44c8
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 @@ -190,7 +190,7 @@

# When modifying npm dependencies, replace the hash with pkgs.lib.fakeSha256
# then run `nix build .#frontend`. Use the hash in the error to replace the value.
npmDepsHash = "sha256-GRJckMhLazrENtmbJ0CK3tDqmIKvCrEdHv93nqQsRw0=";
npmDepsHash = "sha256-KRg9OKedgo+wMQTNsEtTHaxrCZII5RqIJkF0aQxmkb8=";

installPhase = ''
runHook preInstall
Expand Down

0 comments on commit baa44c8

Please sign in to comment.