Skip to content

Commit c4685f0

Browse files
committed
fix: Disable exactDeps in our Nix develop shell.
Whenever we want to use `source-repository-package`, we need to disable this. See: input-output-hk/haskell.nix#1637
1 parent bd8f578 commit c4685f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,9 @@
451451
];
452452

453453
shell = {
454-
exactDeps = true;
454+
# We can't use this when we have source-repository-package. See:
455+
# https://github.com/input-output-hk/haskell.nix/issues/1637
456+
#exactDeps = true;
455457
withHoogle = true;
456458

457459
tools = {

0 commit comments

Comments
 (0)