This commit is contained in:
2025-08-06 22:29:54 +02:00
parent 8ac2a280a4
commit 1dafcae397
5 changed files with 9 additions and 4 deletions

View File

@@ -13,9 +13,9 @@
nixpkgs = {
config = {
allowUnfree = true;
allowBroken = true;
allowBroken = false;
allowInsecure = false;
allowUnsupportedSystem = true;
allowUnsupportedSystem = false;
};
overlays = let