We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9219d commit 4f5d124Copy full SHA for 4f5d124
shell.nix
@@ -16,7 +16,9 @@
16
# assuming that cabal new-build does succeed outside nix-shell
17
18
{ sources ? import nix/sources.nix,
19
- nixpkgs ? import sources.nixpkgs {},
+ # TODO Remove allowBroken once retrie is no longer marked as broken in Nixpkgs
20
+ # See https://github.com/haskell/haskell-language-server/issues/325
21
+ nixpkgs ? import sources.nixpkgs { config.allowBroken = true; },
22
compiler ? "default",
23
hoogle ? false
24
}:
0 commit comments