From 65cd1ac26564ef3614b33b8e9920c6aec2fa7e71 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 3 Nov 2025 09:46:11 +0100 Subject: [PATCH] feat(tyr): allow installing broken packages. --- hosts/tyr/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/tyr/configuration.nix b/hosts/tyr/configuration.nix index bbf5267..9f60a02 100644 --- a/hosts/tyr/configuration.nix +++ b/hosts/tyr/configuration.nix @@ -114,6 +114,9 @@ # Allow unfree packages nixpkgs.config.allowUnfree = true; + # Allow broken packages + nixpkgs.config.allowBroken = true; + # Setup community cache nix.settings = { substituters = [