garlic tool: improve unit status information

This commit is contained in:
2021-04-16 09:20:10 +02:00
parent 64f077c4f6
commit 732b0c0e9c
2 changed files with 78 additions and 18 deletions

View File

@@ -6,6 +6,7 @@
, openssh
, nix
, jq
, ncurses
}:
with garlicTools;
@@ -17,7 +18,7 @@ in
name = "garlic-tool";
preferLocalBuild = true;
buildInputs = [ rsync openssh nix jq ];
buildInputs = [ rsync openssh nix jq ncurses ];
phases = [ "unpackPhase" "installPhase" ];
src = ./.;