fix: add nodejs/pnpm to wynne-deploy service PATH

This commit is contained in:
Lewis Wynne 2026-04-05 02:17:41 +01:00
parent d9d021d317
commit 69f4bacb4b

View file

@ -30,7 +30,7 @@ in
systemd.services.wynne-deploy = {
description = "Build wynne.rs from source";
path = [ pkgs.nodejs ];
path = [ pkgs.nodejs pkgs.pnpm ];
serviceConfig = {
Type = "oneshot";
ExecStart = deployScript;