summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index d3b6f969..24d63ca0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -21,7 +21,7 @@
     secrets,
     ...
   } @ attrs: let
-    darwinSystem = "x86_64-darwin"; # aarch64 is still failing on some compiler-rt derivation
+    darwinSystem = "aarch64-darwin";
     darwinPkgs = nixpkgs.legacyPackages.${darwinSystem};
     nixosSystem = "x86_64-linux";
     nixosPkgs = nixpkgs.legacyPackages.${nixosSystem};