Skip to content

Commit dca49d7

Browse files
committed
works
1 parent 4af2527 commit dca49d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
packages = forAllSystems (pkgs:
2020
let
2121
inherit (pkgs.ocamlPackages)
22-
buildDunePackage melange merlin ppxlib reason;
22+
buildDunePackage melange merlin ppxlib_gt_0_37 reason;
2323
packages = rec {
2424
reason-react-ppx = buildDunePackage {
2525
pname = "reason-react-ppx";
@@ -40,7 +40,7 @@
4040
# Due to a Reason version mismatch, the generated OCaml PPX diff
4141
# looks different
4242
doCheck = false;
43-
propagatedBuildInputs = [ ppxlib ];
43+
propagatedBuildInputs = [ ppxlib_gt_0_37 ];
4444
};
4545

4646
reason-react = buildDunePackage {
@@ -72,7 +72,7 @@
7272
let
7373
makeDevShell = { packages, release-mode ? false }:
7474
pkgs.mkShell {
75-
# dontDetectOcamlConflicts = true;
75+
dontDetectOcamlConflicts = true;
7676
inputsFrom = pkgs.lib.attrValues packages;
7777
nativeBuildInputs =
7878
with pkgs.ocamlPackages; [ ocamlformat pkgs.nodejs_latest ]

0 commit comments

Comments
 (0)