feat(tyr): allow installing broken packages.

This commit is contained in:
CronyAkatsuki 2025-11-03 09:46:11 +01:00
parent c5a41864f2
commit 65cd1ac265

View file

@ -114,6 +114,9 @@
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# Allow broken packages
nixpkgs.config.allowBroken = true;
# Setup community cache # Setup community cache
nix.settings = { nix.settings = {
substituters = [ substituters = [