Skip to content

Commit ea5f2ab

Browse files
authored
Merge pull request #131 from pjjw/aarch64-darwin
add aarch64-darwin to built systems
2 parents bd91450 + ed1ee1d commit ea5f2ab

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
@@ -127,7 +127,7 @@
127127
};
128128
};
129129
} //
130-
utils.lib.eachDefaultSystem (system:
130+
utils.lib.eachSystem (utils.lib.defaultSystems ++ ["aarch64-darwin"]) (system:
131131
let
132132
pkgs = import nixpkgs { inherit system; overlays = [ self.overlay ]; };
133133
in

0 commit comments

Comments
 (0)