flake.nix: add aarch64-darwin

master
Matthew Bauer 2020-12-07 23:46:12 -06:00 committed by Andrew Childs
parent 768aae66ef
commit 33b59b8940
1 changed files with 1 additions and 0 deletions

View File

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