aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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