Skip to content

Commit

Permalink
stop using all packages in devShell as inputs
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <[email protected]>
  • Loading branch information
Alizter committed Dec 1, 2023
1 parent f8385f9 commit 1383b17
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@
fiber_5_1 = buildFiber pkgs.ocaml-ng.ocamlPackages_5_1;
};
devShells.default = pkgs.mkShell {
inputsFrom = pkgs.lib.attrValues packages;
buildInputs = with pkgs.ocamlPackages; [
ocaml-lsp
pkgs.ocamlformat_0_26_1
buildInputs = [
packages.fiber
packages.fiber-lwt
pkgs.ocamlPackages.ocaml-lsp
pkgs.ocamlPackages.ocamlformat_0_26_1
];
};
});
Expand Down

0 comments on commit 1383b17

Please sign in to comment.