diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
11 | outputs = { self, en, nixpkgs }: | 11 | outputs = { self, en, nixpkgs }: |
12 | let | 12 | let |
13 | supportedSystems = [ "x86_64-linux" ]; | 13 | supportedSystems = [ "x86_64-linux" "aarch64-darwin" "x86_64-darwin" ]; |
14 | forAllSystems = nixpkgs.lib.genAttrs supportedSystems; | 14 | forAllSystems = nixpkgs.lib.genAttrs supportedSystems; |
15 | nixpkgsFor = forAllSystems (system: import nixpkgs { | 15 | nixpkgsFor = forAllSystems (system: import nixpkgs { |
16 | inherit system; | 16 | inherit system; |