From 57bd0b81618b69732873b400a0b4f004c1a20a74 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 10 Jun 2023 10:31:35 -0400 Subject: [PATCH] fix 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 86a9b6b..4fa249e 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" "nodejs-14.21.3" ]; + nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1t" "openssl-1.1.1u" "nodejs-16.20.0" "nodejs-14.21.3" ]; boot.binfmt.emulatedSystems = [ "wasm32-wasi" "aarch64-linux" "riscv64-linux" ];