diff options
author | Akshay <[email protected]> | 2024-08-30 09:19:06 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2024-08-30 09:19:06 +0100 |
commit | 17cb2b62fd8f31f49347ae5818acfc8c589fdbea (patch) | |
tree | 21e9b744a7a49fa6e2f542252682ad878b4804bd | |
parent | 0192cfe30677eb45981192db855685b624b76d39 (diff) |
add more systems, update hash
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | }; |