about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 9aa3fd88ad..c44ead1290 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;
 })