chore: add aarch64-darwin to flake (#12915)
This commit is contained in:
parent
b13325f95d
commit
24ee19e405
1 changed files with 1 additions and 1 deletions
|
|
@ -67,5 +67,5 @@
|
||||||
oldGlibc = devShellWithDist pkgsDist-old;
|
oldGlibc = devShellWithDist pkgsDist-old;
|
||||||
oldGlibcAArch = devShellWithDist pkgsDist-old-aarch;
|
oldGlibcAArch = devShellWithDist pkgsDist-old-aarch;
|
||||||
};
|
};
|
||||||
}) ["x86_64-linux" "aarch64-linux"]);
|
}) ["x86_64-linux" "aarch64-linux" "aarch64-darwin"]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue