aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-10 20:32:43 +0000
committerFuwn <[email protected]>2021-05-10 20:34:44 +0000
commit315430e62ebcc2689940443f1919cab41acccdde (patch)
tree8276dc9aa33109ba3071504fdec08e582e3ef1bf
parentrefactor(config): move `prompt_ps1` configuration key to `whirlsplash.prompt`... (diff)
downloadwhirl-315430e62ebcc2689940443f1919cab41acccdde.tar.xz
whirl-315430e62ebcc2689940443f1919cab41acccdde.zip
build(nix): add dev dependencies to nix shell build inputs
-rw-r--r--Cargo.toml4
-rw-r--r--shell.nix3
2 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f57a1ea..c3aff12 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,3 @@ diesel = { version = "1.4.6", features = ["sqlite"] }
# Web-server
actix-web = { version = "3.3.2", features = ["rustls"] }
actix-cors = "0.5.4"
-
-#[dev-dependencies]
-#diesel_cli = { version = "1.4.1", default-features = false, features = ["sqlite-bundled"] }
-#cargo-watch = "7.8.0" # Optional
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