Allow broken for now

This commit is contained in:
DashieTM 2025-02-08 20:14:28 +01:00
parent c256600c7e
commit 49a5671bf3

View file

@ -73,6 +73,7 @@
system = "x86_64-linux"; system = "x86_64-linux";
config = { config = {
allowUnfree = true; allowUnfree = true;
allowBroken = true;
permittedInsecurePackages = permittedPackages; permittedInsecurePackages = permittedPackages;
}; };
}; };
@ -81,6 +82,7 @@
config = { config = {
allowUnsupportedSystem = true; allowUnsupportedSystem = true;
permittedInsecurePackages = permittedPackages; permittedInsecurePackages = permittedPackages;
allowBroken = true;
allowUnfree = true; allowUnfree = true;
}; };
}; };