From 861c024c24d21ad0a8d0df1ec1c484133d1975a9 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 2 Jul 2026 14:17:37 -0700 Subject: [PATCH] nixos: permit insecure pnpm-10.29.2 Co-Authored-By: Claude Opus 4.8 --- nixos/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/base.nix b/nixos/base.nix index ef725dd0..6dafc0bf 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -15,6 +15,7 @@ makeEnable config "myModules.base" true { "nix-2.16.2" "openssl-1.0.2u" "openssl-1.1.1w" + "pnpm-10.29.2" ]; # Disabling these waits disables the stuck on boot up issue