Skip to content

Commit 5f63aa4

Browse files
committed
disable withHoogle to avoid wl-pprint-text error
1 parent 31c32c1 commit 5f63aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
additional = ps: [
362362
ps.plutus-pab
363363
];
364-
withHoogle = true;
364+
withHoogle = false;
365365
tools.haskell-language-server = { };
366366
exactDeps = true;
367367
nativeBuildInputs = with pkgs'; [

0 commit comments

Comments
 (0)