Skip to content

Commit

Permalink
flake: fix hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
ElysaSrc committed Jun 22, 2024
1 parent 20f6e99 commit fbb894c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@

# When modifying cargo dependencies, replace the hash with pkgs.lib.fakeSha256
# then run `nix build .#backend`. Use the hash in the error to replace the value.
cargoSha256 = "sha256-uBZXAEDMg2OAcOkj+RbQBPFZFM3hELtk6gZHv0xfxfE=";
cargoSha256 = "sha256-0Rkyor7BXLI8+VZUVFqp1wMvHhBhy7sQSeOvZC8yIgE=";
};

# Frontend derivation
Expand All @@ -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-KRg9OKedgo+wMQTNsEtTHaxrCZII5RqIJkF0aQxmkb8=";
npmDepsHash = "sha256-btoUwnmxoCO+vetf2uDxdN/nw3YF6H/ERLtIEtksW3A=";

installPhase = ''
runHook preInstall
Expand Down

0 comments on commit fbb894c

Please sign in to comment.