From 0c24ead1cb0126a1847c2ed971649e9ee25e920e Mon Sep 17 00:00:00 2001 From: Julian T Date: Sat, 24 Apr 2021 20:28:44 +0200 Subject: Add status subcommand --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index bc9621b..5b86788 100644 --- a/shell.nix +++ b/shell.nix @@ -2,6 +2,6 @@ pkgs.mkShell { buildInputs = with pythonPackages; [ - pyyaml + pyyaml tabulate ]; } -- cgit v1.2.3