From 1cdc7594057d400b7d9f52d8b844e3f87be62e21 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 26 May 2023 07:03:35 -0400 Subject: [PATCH] =?UTF-8?q?fix=20node=2014=20=F0=9F=98=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Xe Iaso --- common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/default.nix b/common/default.nix index 344f4fd..86a9b6b 100644 --- a/common/default.nix +++ b/common/default.nix @@ -30,7 +30,7 @@ ''; # fix gist gem 😭 - nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1t" "nodejs-16.20.0" ]; + nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1t" "nodejs-16.20.0" "nodejs-14.21.3" ]; boot.binfmt.emulatedSystems = [ "wasm32-wasi" "aarch64-linux" "riscv64-linux" ];