Skip to content

Commit

Permalink
chore(nix): add bare opam shell (#7429)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Nuno Monteiro <[email protected]>
  • Loading branch information
anmonteiro authored Mar 28, 2023
1 parent 7fb0dbc commit 3ab367e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,16 @@
pkgs.ocamlPackages.mel
];
};
slim-opam = with pkgs; mkShell {
nativeBuildInputs = lib.remove pkgs.ocamlformat testNativeBuildInputs;
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreServices
];
meta = {
description = "provides a shell with just `opam` and minimal \
(external) dependencies to run the testsuite.";
};
};

coq =
pkgs.mkShell {
Expand Down

0 comments on commit 3ab367e

Please sign in to comment.