diff options
author | Akshay <[email protected]> | 2024-11-27 21:37:25 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-11-27 21:37:25 +0000 |
commit | 3ebbadeac71b63bc0eae2b8d521d34d88a3100c3 (patch) | |
tree | d674f3c817c7de0ee64cd062adcd3ed65ac59000 | |
parent | f11e488e8fc1c8dd6215ffcf0d721dd3c31e39bd (diff) |
update nix hash
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | }; |