Add aarch64-darwin to devShell

This commit is contained in:
Felix Albrigtsen 2023-08-17 22:05:09 +02:00
parent a5c83866ca
commit a230914ebd
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
systems = [
"x86_64-linux"
"aarch64-linux"
"aarch64-darwin"
];
forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system);
in {