updated to nodejs-16.20.1 as nixbitcoin needs it

This commit is contained in:
naturallaw77 2023-07-18 12:00:07 -07:00
parent 2513be6d9e
commit 1529f516e8

View File

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