diff --git a/hosts/lab/wynne.nix b/hosts/lab/wynne.nix index da4d340..1341ce9 100644 --- a/hosts/lab/wynne.nix +++ b/hosts/lab/wynne.nix @@ -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;