summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2021-04-24 20:28:44 +0200
committerJulian T <julian@jtle.dk>2021-04-24 20:32:37 +0200
commit0c24ead1cb0126a1847c2ed971649e9ee25e920e (patch)
tree20a9e5e791b72696f3784fa4580530a5f3d16810 /shell.nix
parent62d63afb0783b42f9f6bdbecc81b701b9d629093 (diff)
Add status subcommand
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
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
];
}