nix: remove permittedInsecure pkgs

This commit is contained in:
notohh 2023-05-24 20:36:13 -04:00
parent f23b612f06
commit e9edaa003b
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -2,10 +2,6 @@
nixpkgs = {
config = {
allowUnfree = true;
permittedInsecurePackages = [
"qtwebkit-5.212.0-alpha4"
"nodejs-16.20.0"
];
};
};