about summary refs log tree commit diff
path: root/third_party/nixpkgs
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-02-01T11·24+0100
committerclbot <clbot@tvl.fyi>2023-02-01T11·50+0000
commit3091ac69f4d4b6b44c50a7402c66598c4939aad4 (patch)
treed78e8685a55a8097004406314b7974a7c3fa6144 /third_party/nixpkgs
parent759f9dbf39635cd3ec630bfccdb88bb8af8b7805 (diff)
chore(third_party/nixpkgs): drop permittedInsecurePackages r/5800
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 <flokli@flokli.de>
Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'third_party/nixpkgs')
-rw-r--r--third_party/nixpkgs/default.nix5
1 files changed, 0 insertions, 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;