Skip to content

Commit 0ccfac3

Browse files
authored
Merge pull request #3658 from W95Psp/nix-enable-more-systems
nix: enable more systems (e.g. MacOS)
2 parents f84d07b + 0a0cd43 commit 0ccfac3

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
@@ -7,7 +7,7 @@
77
};
88

99
outputs = { self, flake-utils, nixpkgs }:
10-
flake-utils.lib.eachSystem [ "x86_64-linux" ] (system:
10+
flake-utils.lib.eachDefaultSystem (system:
1111
let
1212
pkgs = import nixpkgs { inherit system; };
1313
ocamlPackages = pkgs.ocaml-ng.ocamlPackages_4_14;

0 commit comments

Comments
 (0)