also include aarch64-darwin

This commit is contained in:
Jörg Thalheim 2022-12-09 14:58:07 +01:00
parent 35d51df963
commit 8f7cb3c73b

View File

@ -10,6 +10,8 @@
"x86_64-linux"
"i686-linux"
"aarch64-linux"
"x86_64-darwin"
"aarch64-darwin"
];
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
in {