aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-12-19 16:12:08 +0000
committerAkshay <[email protected]>2024-12-19 16:14:49 +0000
commitf8bef76385f8af54b2f3de24879c1fe04d277c11 (patch)
tree8764a7d77bcdc541c2b26c03c8e8eb3663ee0ab5 /flake.nix
parent79b7e7ebcfabc46cbaac0d13b769203b1d3a10e9 (diff)
add `edited` indicator to comments
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index b8e13b0..c4d5d23 100644
--- a/flake.nix
+++ b/flake.nix
@@ -41,7 +41,7 @@
41 cp -R ./node_modules/* $out/node_modules 41 cp -R ./node_modules/* $out/node_modules
42 ls -la $out/node_modules 42 ls -la $out/node_modules
43 ''; 43 '';
44 outputHash = "sha256-+4jTWcQFKd5ZxoViWabHgANIV/fi6oevqK9MiyWeF5c="; 44 outputHash = "sha256-iv1DddCTB1yyu21Ev/c4xtLHSvDas9jQAO2Ob9Iah2Q=";
45 outputHashAlgo = "sha256"; 45 outputHashAlgo = "sha256";
46 outputHashMode = "recursive"; 46 outputHashMode = "recursive";
47 }; 47 };