From 666def45ab2fa8b406f635d05c5e7eea22bf4acc Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 25 May 2026 16:38:36 -0400 Subject: [PATCH] mod: sable pnpm fetching attrs modification --- pkgs/common/sable.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/common/sable.nix b/pkgs/common/sable.nix index cf7b697..c32a215 100644 --- a/pkgs/common/sable.nix +++ b/pkgs/common/sable.nix @@ -35,6 +35,8 @@ in { pnpmDeps = fetchPnpmDeps { inherit (finalAttrs) pname version src; inherit pnpm; + HOME = finalAttrs.HOME; + npmConfigCache = finalAttrs.npmConfigCache; fetcherVersion = 3; hash = "sha256-2GwUz0jsuVKQZyeidM0F4rDzijm9AFcAxN7x/m/b3Is="; };