chore: add aarch64-darwin to flake (#12915)

This commit is contained in:
Wojciech Nawrocki 2026-03-18 11:55:34 -04:00 committed by GitHub
parent b13325f95d
commit 24ee19e405
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,5 +67,5 @@
oldGlibc = devShellWithDist pkgsDist-old;
oldGlibcAArch = devShellWithDist pkgsDist-old-aarch;
};
}) ["x86_64-linux" "aarch64-linux"]);
}) ["x86_64-linux" "aarch64-linux" "aarch64-darwin"]);
}