fix: Enable building of broken packages
Happstack is currently erroneously (afaict) marked as broken.
This commit is contained in:
parent
374d55d190
commit
9eabf6236f
1 changed files with 1 additions and 0 deletions
|
@ -90,4 +90,5 @@ let
|
|||
in { ... } @ args: import stableSrc (args // {
|
||||
overlays = [ localPkgs ];
|
||||
config.allowUnfree = true;
|
||||
config.allowBroken = true;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue