Skip to content

Commit

Permalink
fix: npmDepsHash
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed Oct 19, 2024
1 parent 83f871b commit 91985d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildNpmPackage {
pname = "thymis-frontend";
version = "0.0.1";
src = ./.;
npmDepsHash = "sha256-R/KXGZG9H4Tb0sK+ti+o1hgiTec5turFqf7qv2wKQ7g=";
npmDepsHash = "sha256-UExqLewjjuqr4lsMjGyNxTNgrb2lGg4pF7SDmgrLFD8=";
postInstall = ''
mkdir -p $packageOut/build
cp -r ./build/* $packageOut/build
Expand Down

0 comments on commit 91985d7

Please sign in to comment.