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";
config = {
allowUnfree = true;
allowBroken = true;
permittedInsecurePackages = permittedPackages;
};
};
@ -81,6 +82,7 @@
config = {
allowUnsupportedSystem = true;
permittedInsecurePackages = permittedPackages;
allowBroken = true;
allowUnfree = true;
};
};