mod: adjust sable nativebuildinputs
Some checks failed
Publish packages to Attic / publish (push) Failing after 10m36s

This commit is contained in:
2026-05-25 17:06:46 -04:00
parent 8ab91cb3ec
commit 5b81196a53

View File

@@ -27,6 +27,7 @@ in {
nodejs = nodejs_24;
nativeBuildInputs = [
nodejs_24
pnpm
writableTmpDirAsHomeHook
];
@@ -42,6 +43,7 @@ in {
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
inherit pnpm;
nativeBuildInputs = [ nodejs_24 ];
prePnpmInstall = ''
export HOME="$(mktemp -d)"
export npm_config_cache="$HOME/.npm"