diff --git a/shell.nix b/shell.nix index 4e30fab9ac..44ca1861ff 100644 --- a/shell.nix +++ b/shell.nix @@ -16,7 +16,9 @@ # assuming that cabal new-build does succeed outside nix-shell { sources ? import nix/sources.nix, - nixpkgs ? import sources.nixpkgs {}, + # TODO Remove allowBroken once retrie is no longer marked as broken in Nixpkgs + # See https://github.com/haskell/haskell-language-server/issues/325 + nixpkgs ? import sources.nixpkgs { config.allowBroken = true; }, compiler ? "default", hoogle ? false }: