config: remove insecure packages

The insecure packages are not required anywhere at this point and I
don't want to make it stale.
This commit is contained in:
Gabriel Arazas 2022-12-31 11:15:13 +08:00
parent ef53cbead0
commit 789bb9b7db

View File

@ -204,9 +204,6 @@
auto-optimise-store = lib.mkDefault true;
};
nixpkgs.config.permittedInsecurePackages =
[ "python3.10-django-3.1.14" "qtwebkit-5.212.0-alpha4" ];
# Stallman-senpai will be disappointed.
nixpkgs.config.allowUnfree = true;