flake.nix: add aarch64-darwin

This commit is contained in:
Matthew Bauer 2020-12-07 23:46:12 -06:00 committed by Andrew Childs
parent 768aae66ef
commit 33b59b8940

View file

@ -18,6 +18,7 @@
"aarch64-linux" "aarch64-linux"
"armv6l-linux" "armv6l-linux"
"armv7l-linux" "armv7l-linux"
"aarch64-darwin"
]; ];
forAllSystems = f: lib.genAttrs systems (system: f system); forAllSystems = f: lib.genAttrs systems (system: f system);