From 1529f516e8e9878e464fe24906b6612ffbfb4e96 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 18 Jul 2023 12:00:07 -0700 Subject: [PATCH] updated to nodejs-16.20.1 as nixbitcoin needs it --- modules/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/configuration.nix b/modules/configuration.nix index 3a831fa..16c554a 100644 --- a/modules/configuration.nix +++ b/modules/configuration.nix @@ -170,7 +170,7 @@ in ]; nixpkgs.config.permittedInsecurePackages = [ - "nodejs-16.20.0" + "nodejs-16.20.1" "nodejs-slim-16.20.0" ];