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 = [