From 59b9bb916a8de44e4f43448f3dd0185b806f6067 Mon Sep 17 00:00:00 2001 From: sir4ur0n Date: Mon, 17 Aug 2020 00:02:04 +0200 Subject: [PATCH] tech(nix): Allow broken as retrie is marked as broken See #325 for more information --- shell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }: