tech(nix): Allow broken as retrie is marked as broken (#331)

See #325 for more information
This commit is contained in:
Julien Debon 2020-08-17 00:44:20 +02:00 committed by GitHub
parent ce9219d0ef
commit 4f5d12449d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}: