From bbe07d9158eb5fb9630add3aef2b40d20555f823 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Sun, 1 Sep 2024 12:50:34 +0200 Subject: [PATCH] fix: also allow broken packages --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 0ff5f49..96f8d59 100644 --- a/flake.nix +++ b/flake.nix @@ -68,6 +68,7 @@ config = { allowUnfree = true; allowUnsupportedSystem = true; + allowBroken = true; }; overlays = [