fix: add nodejs/pnpm to wynne-deploy service PATH
This commit is contained in:
parent
d9d021d317
commit
69f4bacb4b
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ in
|
||||||
|
|
||||||
systemd.services.wynne-deploy = {
|
systemd.services.wynne-deploy = {
|
||||||
description = "Build wynne.rs from source";
|
description = "Build wynne.rs from source";
|
||||||
path = [ pkgs.nodejs ];
|
path = [ pkgs.nodejs pkgs.pnpm ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = deployScript;
|
ExecStart = deployScript;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue