From 5b81196a53cd3da681ff82dbe90775e93173a707 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 25 May 2026 17:06:46 -0400 Subject: [PATCH] mod: adjust sable nativebuildinputs --- pkgs/common/sable.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/common/sable.nix b/pkgs/common/sable.nix index c9f4ccc..af41b2b 100644 --- a/pkgs/common/sable.nix +++ b/pkgs/common/sable.nix @@ -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"