mod: adjust sable nativebuildinputs
Some checks failed
Publish packages to Attic / publish (push) Failing after 10m36s
Some checks failed
Publish packages to Attic / publish (push) Failing after 10m36s
This commit is contained in:
@@ -27,6 +27,7 @@ in {
|
|||||||
nodejs = nodejs_24;
|
nodejs = nodejs_24;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
nodejs_24
|
||||||
pnpm
|
pnpm
|
||||||
writableTmpDirAsHomeHook
|
writableTmpDirAsHomeHook
|
||||||
];
|
];
|
||||||
@@ -42,6 +43,7 @@ in {
|
|||||||
pnpmDeps = fetchPnpmDeps {
|
pnpmDeps = fetchPnpmDeps {
|
||||||
inherit (finalAttrs) pname version src;
|
inherit (finalAttrs) pname version src;
|
||||||
inherit pnpm;
|
inherit pnpm;
|
||||||
|
nativeBuildInputs = [ nodejs_24 ];
|
||||||
prePnpmInstall = ''
|
prePnpmInstall = ''
|
||||||
export HOME="$(mktemp -d)"
|
export HOME="$(mktemp -d)"
|
||||||
export npm_config_cache="$HOME/.npm"
|
export npm_config_cache="$HOME/.npm"
|
||||||
|
|||||||
Reference in New Issue
Block a user