flake.nix: add aarch64-darwin
This commit is contained in:
parent
768aae66ef
commit
33b59b8940
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
"aarch64-linux"
|
||||
"armv6l-linux"
|
||||
"armv7l-linux"
|
||||
"aarch64-darwin"
|
||||
];
|
||||
|
||||
forAllSystems = f: lib.genAttrs systems (system: f system);
|
||||
|
|
Loading…
Reference in a new issue