fetchPnpmDeps: use writableTmpDirAsHomeHook

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2026-05-11 18:09:20 +02:00
parent 9212518207
commit 359a8ab763
@@ -87,6 +87,7 @@ in
moreutils
pnpm # from args
pnpm-fixup-state-db'
writableTmpDirAsHomeHook
yq
zstd
]
@@ -104,8 +105,6 @@ in
exit 1
fi
export HOME=$(mktemp -d)
# For fetcherVersion < 3, the pnpm store files are placed directly into $out.
# For fetcherVersion >= 3, it is bundled into a compressed tarball within $out,
# without distributing the uncompressed store files.