aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-04-12 11:44:31 +0100
committerAkshay <[email protected]>2023-04-12 11:44:31 +0100
commit7f9f70d0c7f93f11fa896e5544a5da59319a56f9 (patch)
tree940122d7c63d3115ff1a51bf889ebd6fe38d1975
parent5c7a36b4cb3e2ee5eed9bd5449749d91b2387290 (diff)
add darwin
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 8a9d489..2c37f75 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;