aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-10 20:36:17 -0700
committerFuwn <[email protected]>2021-05-10 20:36:17 -0700
commitf7858f03d2c8a019b23138ca5b8d01d6e1bce98e (patch)
treeefda5fa9e3ea040f4f9abe8a1f93c9d5b4b7ead0
parentfix(global): license header case (diff)
downloadapi-worker-f7858f03d2c8a019b23138ca5b8d01d6e1bce98e.tar.xz
api-worker-f7858f03d2c8a019b23138ca5b8d01d6e1bce98e.zip
build(nix): add dev dependencies to nix shell build inputs
-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