aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index bbbb0af..b44bca0 100644
--- a/shell.nix
+++ b/shell.nix
@@ -9,6 +9,9 @@ in pkgs.mkShell {
buildInputs = with pkgs; [
# Rust
rust
+ cargo-make
+ diesel-cli
+ cargo-watch
# Dhall
dhall