diff options
author | Florian Klink <flokli@flokli.de> | 2023-02-01T11·24+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-02-01T11·50+0000 |
commit | 3091ac69f4d4b6b44c50a7402c66598c4939aad4 (patch) | |
tree | d78e8685a55a8097004406314b7974a7c3fa6144 /third_party | |
parent | 759f9dbf39635cd3ec630bfccdb88bb8af8b7805 (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')
-rw-r--r-- | third_party/nixpkgs/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 02d5e84ff507..dcca6db7ea55 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; |