aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-10 20:32:43 -0700
committerFuwn <[email protected]>2021-05-10 20:34:44 -0700
commit88d945b831b0769349b1b4094e960136d33ac59c (patch)
treed3fb333363a1542446c6567a749baebe27146c96 /shell.nix
parentrefactor(config): move `prompt_ps1` configuration key to `whirlsplash.prompt`... (diff)
downloadwhirl-88d945b831b0769349b1b4094e960136d33ac59c.tar.xz
whirl-88d945b831b0769349b1b4094e960136d33ac59c.zip
build(nix): add dev dependencies to nix shell build inputs
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 9013b15..19dc43d 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