This commit is contained in:
2026-03-04 15:15:54 +01:00
parent 2f5d9bb41a
commit a439ad7575
3 changed files with 293 additions and 293 deletions
+291 -291
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1075,7 +1075,7 @@ These are global nix settings that configure the settings for the actual tool.
# allow proprietary software on this machine. I'm not a purist. # allow proprietary software on this machine. I'm not a purist.
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# unityhub depends on this... for now # unityhub depends on this... for now
nixpkgs.config.permittedInsecurePackages = [ "libxml2-2.13.8" ]; # nixpkgs.config.permittedInsecurePackages = [ "libxml2-2.13.8" ];
# this declares how often old configurations are cleared up. # this declares how often old configurations are cleared up.
# i cleanup anything older than a week, every week. # i cleanup anything older than a week, every week.
@@ -18,7 +18,7 @@ trusted-public-keys = [
# allow proprietary software on this machine. I'm not a purist. # allow proprietary software on this machine. I'm not a purist.
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# unityhub depends on this... for now # unityhub depends on this... for now
nixpkgs.config.permittedInsecurePackages = [ "libxml2-2.13.8" ]; # nixpkgs.config.permittedInsecurePackages = [ "libxml2-2.13.8" ];
# this declares how often old configurations are cleared up. # this declares how often old configurations are cleared up.
# i cleanup anything older than a week, every week. # i cleanup anything older than a week, every week.