aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-11-13 22:39:09 +0000
committerAkshay <[email protected]>2024-11-13 22:39:09 +0000
commit2a4160145bdfc90d0ccd21970857b5aa63f592cd (patch)
tree848db52df8bbfae04eeae70bf689187a25fd44ce
parent6cd5a2cc9b22593fdadf0fc40fb9f31009e9f579 (diff)
update lockfile, nix build
-rw-r--r--flake.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index d81a6db..cd8f789 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-k77Ht47QBQUmoGp2zxBwVIjQ9fwnIGCqcqBLK6/d6jM="; 41 outputHash = "sha256-3hjIDUMEi259ylUL+W0FGqiuIl2uRecb9yWq05XbT+o=";
42 outputHashAlgo = "sha256"; 42 outputHashAlgo = "sha256";
43 outputHashMode = "recursive"; 43 outputHashMode = "recursive";
44 }; 44 };
@@ -52,8 +52,6 @@
52 52
53 buildPhase = '' 53 buildPhase = ''
54 runHook preBuild 54 runHook preBuild
55
56
57 runHook postBuild 55 runHook postBuild
58 ''; 56 '';
59 57