summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-10-29 14:16:22 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-03 15:40:13 +0100
commit265477632893bdc71db88033d77dfb8bf6da197d (patch)
treef1b91f5de94909a17a00303ffeb40ad6b5b82b1d /shell.nix
parentf091f977fe57bf0409bbd05f0ad2b13dbcad83ea (diff)
Install pgcli in development shellÃ
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index bca5ec7..3a50eb0 100644
--- a/shell.nix
+++ b/shell.nix
@@ -15,6 +15,7 @@ pkgs.mkShell {
rustChannels.stable.cargo
diesel-cli
+ pgcli
cmake
curl