diff --git a/hosts/lab/wynne.nix b/hosts/lab/wynne.nix index 1341ce9..8cf3888 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 pkgs.pnpm ]; + path = with pkgs; [ coreutils nodejs pnpm ]; serviceConfig = { Type = "oneshot"; ExecStart = deployScript;