summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-10-27 18:12:10 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-03 15:40:13 +0100
commitb14dfffaa1c455e283b2edf61b11ef8b8689ce69 (patch)
tree55d1e8eb056ea4578a200cf61ca02166ee5b5f55 /shell.nix
parent7817211f97e33b2b3201c62aaa0d0fdf6bce04a9 (diff)
Install diesel-cli in development shell
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 341c15b..bca5ec7 100644
--- a/shell.nix
+++ b/shell.nix
@@ -14,6 +14,8 @@ pkgs.mkShell {
rustChannels.stable.rustc
rustChannels.stable.cargo
+ diesel-cli
+
cmake
curl
gcc