diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ | |||
24 | let | 24 | let |
25 | inherit (gitignore.lib) gitignoreSource; | 25 | inherit (gitignore.lib) gitignoreSource; |
26 | 26 | ||
27 | supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ]; | 27 | supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; |
28 | forAllSystems = nixpkgs.lib.genAttrs supportedSystems; | 28 | forAllSystems = nixpkgs.lib.genAttrs supportedSystems; |
29 | nixpkgsFor = forAllSystems (system: | 29 | nixpkgsFor = forAllSystems (system: |
30 | import nixpkgs { | 30 | import nixpkgs { |