updated configuration.nix removed the permittedInsecurePackages

This commit is contained in:
naturallaw77 2023-07-20 21:55:57 -07:00
parent c967e1d21e
commit 2ae9a51182

View File

@ -170,8 +170,6 @@ in
];
nixpkgs.config.permittedInsecurePackages = [
"nodejs-16.20.1"
"nodejs-slim-16.20.1"
];