diff options
author | Vincent Ambo <tazjin@google.com> | 2019-10-26T10·10+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-10-26T10·10+0200 |
commit | 9eabf6236f739443325ebf20af73f20e70dea0b8 (patch) | |
tree | ff3458bbb6ab63c66eedd63108f69b79afa51d7f /default.nix | |
parent | 374d55d1900e4647aa6cbcf61713beae367d4bfe (diff) |
fix: Enable building of broken packages r/93
Happstack is currently erroneously (afaict) marked as broken.
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 9aa3fd88ad74..c44ead1290f5 100644 --- a/default.nix +++ b/default.nix @@ -90,4 +90,5 @@ let in { ... } @ args: import stableSrc (args // { overlays = [ localPkgs ]; config.allowUnfree = true; + config.allowBroken = true; }) |