diff --git a/flake.nix b/flake.nix index 9afd7f5..29aff2d 100644 --- a/flake.nix +++ b/flake.nix @@ -143,16 +143,6 @@ }); config = { - permittedInsecurePackages = [ - # *Exceptionally*, those packages will be cached with their *secure* dependents - # because they will reach EOL in the middle of the 23.05 release - # and it will be too much painful for our users to recompile them - # for no real reason. - # Remove them for 23.11. - "nodejs-16.20.0" - "openssl-1.1.1t" - ]; - allowUnfree = true; }; };