From 3091ac69f4d4b6b44c50a7402c66598c4939aad4 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 1 Feb 2023 12:24:57 +0100 Subject: chore(third_party/nixpkgs): drop permittedInsecurePackages subsurface has been fixed a while ago to not pull in qtwebkit anymore, this can be dropped. Change-Id: I173dda71770d02ce8064d1751aff889475d12dfb Reviewed-on: https://cl.tvl.fyi/c/depot/+/7999 Tested-by: BuildkiteCI Autosubmit: flokli Reviewed-by: grfn --- third_party/nixpkgs/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 02d5e84ff5..dcca6db7ea 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -28,11 +28,6 @@ let # Forbids our meta.ci attribute # https://github.com/NixOS/nixpkgs/pull/191171#issuecomment-1260650771 checkMeta = false; - # TODO(grfn): Currently needed for subsurface, set globally to avoid - # reimporting nixpkgs in home-manager - permittedInsecurePackages = [ - "qtwebkit-5.212.0-alpha4" - ]; }; inherit localSystem; -- cgit 1.4.1