diff options
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix index 91b2c54..e22e25f 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,7 @@ { mkShell, rustc, cargo, rust-analyzer, clippy, rustfmt , cargo-watch, cargo-edit, cargo-outdated , cargo-crev, cargo-audit -, xh, systemfd, tokio-console +, xh, systemfd, tokio-console, sqlx-cli , pkg-config, protobuf, typescript, typescript-language-server }: mkShell { @@ -10,7 +10,7 @@ mkShell { nativeBuildInputs = [ rustc cargo rust-analyzer clippy rustfmt cargo-watch cargo-edit cargo-outdated - cargo-crev cargo-audit + cargo-crev cargo-audit sqlx-cli xh systemfd typescript typescript-language-server #tokio-console # required for tokio-console's console-subscriber |