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="; };