From cdbbaaccdf85093c50797281f3e08b6f4f90901b Mon Sep 17 00:00:00 2001 From: isabel Date: Sun, 12 Apr 2026 23:58:23 +0100 Subject: [PATCH] fix(nix/frontend): add nodejs --- frontend.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend.nix b/frontend.nix index 12f408c..95faf2f 100644 --- a/frontend.nix +++ b/frontend.nix @@ -1,6 +1,7 @@ { lib, stdenvNoCC, + nodejs, pnpm, pnpmConfigHook, fetchPnpmDeps, @@ -23,6 +24,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { nativeBuildInputs = [ pnpm + nodejs pnpmConfigHook ];