diff options
-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 | }; |