aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-11-27 21:37:25 +0000
committerAkshay <[email protected]>2024-11-27 21:37:25 +0000
commit3ebbadeac71b63bc0eae2b8d521d34d88a3100c3 (patch)
treed674f3c817c7de0ee64cd062adcd3ed65ac59000
parentf11e488e8fc1c8dd6215ffcf0d721dd3c31e39bd (diff)
update nix hash
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 733e13b..f1f3456 100644
--- a/flake.nix
+++ b/flake.nix
@@ -38,7 +38,7 @@
38 cp -R ./node_modules/* $out/node_modules 38 cp -R ./node_modules/* $out/node_modules
39 ls -la $out/node_modules 39 ls -la $out/node_modules
40 ''; 40 '';
41 outputHash = "sha256-3hjIDUMEi259ylUL+W0FGqiuIl2uRecb9yWq05XbT+o="; 41 outputHash = "sha256-h1FAb1MvRORqZbg9P3dUJCejAk6wxPiVD9432RlsZOk=";
42 outputHashAlgo = "sha256"; 42 outputHashAlgo = "sha256";
43 outputHashMode = "recursive"; 43 outputHashMode = "recursive";
44 }; 44 };