diff --git a/pkgs/additional/nixpkgs/default.nix b/pkgs/additional/nixpkgs/default.nix index 988d4e05f..dd02721f7 100644 --- a/pkgs/additional/nixpkgs/default.nix +++ b/pkgs/additional/nixpkgs/default.nix @@ -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: - ]; }; } // (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.