summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2020-12-07 23:46:12 -0600
committerAndrew Childs <lorne@cons.org.nz>2021-05-17 00:27:02 +0900
commit33b59b8940c35e849d68b87b36db15941f84e528 (patch)
treee60f76089eb88720733800eca88a231f86d643ee /flake.nix
parent768aae66efcb50672f0ed728f218f18348193e27 (diff)
downloadnixpkgs-33b59b8940c35e849d68b87b36db15941f84e528.tar
nixpkgs-33b59b8940c35e849d68b87b36db15941f84e528.tar.gz
nixpkgs-33b59b8940c35e849d68b87b36db15941f84e528.tar.bz2
nixpkgs-33b59b8940c35e849d68b87b36db15941f84e528.tar.lz
nixpkgs-33b59b8940c35e849d68b87b36db15941f84e528.tar.xz
nixpkgs-33b59b8940c35e849d68b87b36db15941f84e528.tar.zst
nixpkgs-33b59b8940c35e849d68b87b36db15941f84e528.zip
flake.nix: add aarch64-darwin
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 537f91ee5e7..5237cae86f1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -18,6 +18,7 @@
         "aarch64-linux"
         "armv6l-linux"
         "armv7l-linux"
+        "aarch64-darwin"
       ];
 
       forAllSystems = f: lib.genAttrs systems (system: f system);