stdenv/darwin: Apple Silicon support

This commit is contained in:
Andrew Childs
2021-05-17 00:27:02 +09:00
parent 3eacdfe24a
commit 768aae66ef
3 changed files with 299 additions and 110 deletions
+1
View File
@@ -57,6 +57,7 @@ in
powerpc64-linux = stagesLinux;
powerpc64le-linux = stagesLinux;
x86_64-darwin = stagesDarwin;
aarch64-darwin = stagesDarwin;
x86_64-solaris = stagesNix;
i686-cygwin = stagesNative;
x86_64-cygwin = stagesNative;