Skip to content

Commit 40ff561

Browse files
pjjwblaggacao
authored andcommitted
add aarch64-darwin to built systems
1 parent cb5aa4a commit 40ff561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
};
132132
};
133133
} //
134-
utils.lib.eachDefaultSystem (system:
134+
utils.lib.eachSystem (utils.lib.defaultSystems ++ ["aarch64-darwin"]) (system:
135135
let
136136
pkgs = import nixpkgs { inherit system; overlays = [ self.overlay fenix.overlay ]; };
137137
in {

0 commit comments

Comments
 (0)