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 <flokli@flokli.de>
Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
Florian Klink 2023-02-01 12:24:57 +01:00 committed by clbot
parent 759f9dbf39
commit 3091ac69f4

View file

@ -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;