From 789bb9b7dbd492d419eec15d0560f0c257bfdbc5 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 31 Dec 2022 11:15:13 +0800 Subject: [PATCH] config: remove insecure packages The insecure packages are not required anywhere at this point and I don't want to make it stale. --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index 7c803a73..e92fcd72 100644 --- a/flake.nix +++ b/flake.nix @@ -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;