feat(tyr): allow installing broken packages.
This commit is contained in:
parent
c5a41864f2
commit
65cd1ac265
1 changed files with 3 additions and 0 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue