add permitted insecure packages

Signed-off-by: Matthew Stobbs <matthew@sprouting.cloud>
This commit is contained in:
2026-08-19 08:52:03 -05:00
parent 30bd975ef3
commit 2d1983c468

View File

@@ -31,6 +31,7 @@
config = {
allowUnfree = true;
allowUnfreePredicate = _: true;
permittedInsecurePackages = [ "electron-39.8.10" ];
};
};
stateVersion = "26.05";