Update nix derivation

This commit is contained in:
Arnie 2023-06-02 13:55:58 +02:00
parent 65bc08f033
commit 1d68d0f91f

View File

@ -47,7 +47,7 @@ let
cp -a dist $out cp -a dist $out
''; '';
npmInstallFlags = "--no-audit --no-progress --no-fund"; npmInstallFlags = "--no-audit --no-progress --no-fund";
npmDepsHash = "sha256-p4rTpy0t8aajbubvtF1TA83/FFqvfKEOPBb5T0ZRfQY="; npmDepsHash = "sha256-44xcyVk5KcurQLkVJv1MeAj+Pfcu53664pvVgHdyv3E=";
npmPackFlags = [ "--ignore-scripts" ]; npmPackFlags = [ "--ignore-scripts" ];
}; };