diff options
author | Akshay <[email protected]> | 2023-04-12 11:44:31 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2023-04-12 11:44:31 +0100 |
commit | 7f9f70d0c7f93f11fa896e5544a5da59319a56f9 (patch) | |
tree | 940122d7c63d3115ff1a51bf889ebd6fe38d1975 | |
parent | 5c7a36b4cb3e2ee5eed9bd5449749d91b2387290 (diff) |
add darwin
-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; |