Add aarch64-darwin to devShell
This commit is contained in:
parent
a5c83866ca
commit
a230914ebd
@ -16,6 +16,7 @@
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
"aarch64-darwin"
|
||||
];
|
||||
forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system);
|
||||
in {
|
||||
|
Loading…
x
Reference in New Issue
Block a user