diff --git a/flake.nix b/flake.nix index ccbab81..0fecba6 100644 --- a/flake.nix +++ b/flake.nix @@ -127,7 +127,7 @@ }; }; } // - utils.lib.eachDefaultSystem (system: + utils.lib.eachSystem (utils.lib.defaultSystems ++ ["aarch64-darwin"]) (system: let pkgs = import nixpkgs { inherit system; overlays = [ self.overlay ]; }; in