Skip to content

Commit

Permalink
Merge pull request #3658 from W95Psp/nix-enable-more-systems
Browse files Browse the repository at this point in the history
nix: enable more systems (e.g. MacOS)
  • Loading branch information
mtzguido authored Jan 7, 2025
2 parents f84d07b + 0a0cd43 commit 0ccfac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
};

outputs = { self, flake-utils, nixpkgs }:
flake-utils.lib.eachSystem [ "x86_64-linux" ] (system:
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = import nixpkgs { inherit system; };
ocamlPackages = pkgs.ocaml-ng.ocamlPackages_4_14;
Expand Down

0 comments on commit 0ccfac3

Please sign in to comment.