From 8ed718fe0975342dab1c7de51b8c4fe520935228 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Sun, 28 May 2023 13:21:31 +0200 Subject: [PATCH] Remove temporary config --- flake.nix | 10 ---------- 1 file changed, 10 deletions(-) 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; }; };