From 24ee19e405d64f4b31b89e4641752cc19a890a32 Mon Sep 17 00:00:00 2001 From: Wojciech Nawrocki <13901751+Vtec234@users.noreply.github.com> Date: Wed, 18 Mar 2026 11:55:34 -0400 Subject: [PATCH] chore: add aarch64-darwin to flake (#12915) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 540e2e2012..e3ecb6b243 100644 --- a/flake.nix +++ b/flake.nix @@ -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"]); }