nixpkgs: remove no-longer-needed permittedInsecurePackages config

This commit is contained in:
2024-08-31 18:19:14 +00:00
parent 28be40a2c8
commit 097f172e71

View File

@@ -66,9 +66,6 @@ let
config = {
allowUnfree = true; # NIXPKGS_ALLOW_UNFREE=1
allowBroken = true; # NIXPKGS_ALLOW_BROKEN=1
permittedInsecurePackages = [
"jitsi-meet-1.0.8043" #< XXX(2024-08-17): used by element-web, and probably in a safe way. see: <https://github.com/NixOS/nixpkgs/pull/334638>
];
};
} // (if (system != localSystem) then {
# XXX(2023/12/11): cache.nixos.org uses `system = ...` instead of `hostPlatform.system`, and that choice impacts the closure of every package.