Allow broken for now
This commit is contained in:
parent
c256600c7e
commit
49a5671bf3
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,7 @@
|
|||
system = "x86_64-linux";
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
allowBroken = true;
|
||||
permittedInsecurePackages = permittedPackages;
|
||||
};
|
||||
};
|
||||
|
|
@ -81,6 +82,7 @@
|
|||
config = {
|
||||
allowUnsupportedSystem = true;
|
||||
permittedInsecurePackages = permittedPackages;
|
||||
allowBroken = true;
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue