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;
|
||||
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user