diff options
-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; }) |