fix: Enable building of broken packages

Happstack is currently erroneously (afaict) marked as broken.
This commit is contained in:
Vincent Ambo 2019-10-26 12:10:21 +02:00
parent 374d55d190
commit 9eabf6236f

View file

@ -90,4 +90,5 @@ let
in { ... } @ args: import stableSrc (args // {
overlays = [ localPkgs ];
config.allowUnfree = true;
config.allowBroken = true;
})