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:
parent
759f9dbf39
commit
3091ac69f4
1 changed files with 0 additions and 5 deletions
5
third_party/nixpkgs/default.nix
vendored
5
third_party/nixpkgs/default.nix
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue