Skip to content

Commit

Permalink
chore(nix): add bare opam shell
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Nuno Monteiro <[email protected]>
  • Loading branch information
anmonteiro committed Mar 28, 2023
1 parent 7fb0dbc commit f334780
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@
pkgs.ocamlPackages.mel
];
};
slim-opam = with pkgs; mkShell {
nativeBuildInputs = lib.remove pkgs.ocamlformat testNativeBuildInputs;
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreServices
];
};

coq =
pkgs.mkShell {
Expand Down

0 comments on commit f334780

Please sign in to comment.