aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-08-30 09:19:06 +0100
committerAkshay <[email protected]>2024-08-30 09:19:06 +0100
commit17cb2b62fd8f31f49347ae5818acfc8c589fdbea (patch)
tree21e9b744a7a49fa6e2f542252682ad878b4804bd
parent0192cfe30677eb45981192db855685b624b76d39 (diff)
add more systems, update hash
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 2bee636..d35173d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,7 +7,7 @@
7 self, 7 self,
8 nixpkgs, 8 nixpkgs,
9 }: let 9 }: let
10 supportedSystems = ["x86_64-linux"]; 10 supportedSystems = ["x86_64-linux" "aarch64-linux" "aarch64-darwin" ];
11 forAllSystems = nixpkgs.lib.genAttrs supportedSystems; 11 forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
12 nixpkgsFor = forAllSystems (system: 12 nixpkgsFor = forAllSystems (system:
13 import nixpkgs { 13 import nixpkgs {
@@ -36,7 +36,7 @@
36 cp -R ./node_modules/* $out/node_modules 36 cp -R ./node_modules/* $out/node_modules
37 ls -la $out/node_modules 37 ls -la $out/node_modules
38 ''; 38 '';
39 outputHash = "sha256-qFYgRIarDChHQu0ZrUKd/Y61gxaagMWpf2h9xizwGv4="; 39 outputHash = "sha256-rDMFY/D7rRWj6PDhZu2vRST12fyNpYUMl1a1LBB6/Jw=";
40 outputHashAlgo = "sha256"; 40 outputHashAlgo = "sha256";
41 outputHashMode = "recursive"; 41 outputHashMode = "recursive";
42 }; 42 };