Skip to content

Commit f8e0106

Browse files
authored
Pin ocamlformat in flake.nix (#955)
This PR pins ocamlformat to the version we use.
1 parent 1a8f1a6 commit f8e0106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/packaging/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
devShells.default = pkgs.mkShell {
2121
name = "Miking dev shell";
2222
inputsFrom = [ packages.miking-lib packages.miking-unwrapped ];
23-
buildInputs = [ pkgs.tup pkgs.ocamlformat ];
23+
buildInputs = [ pkgs.tup pkgs.ocamlformat_0_24_1 ];
2424
};
2525
};
2626
in

0 commit comments

Comments
 (0)