Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 0cc1667

Browse files
committed
Set doExactConfig on turtle on windows as well.
1 parent 9f44b41 commit 0cc1667

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nix/pkgs.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ let
3535
# implies that it's incompatible with ghc-8.6 (on windows).
3636
# Let's force it to accept out packageset.
3737
packages.katip.doExactConfig = true;
38+
# turtle seems to have the same issue.
39+
packages.turtle.doExactConfig = true;
3840
}
3941
];
4042
};

0 commit comments

Comments
 (0)