summaryrefslogtreecommitdiff
path: root/shells/all.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shells/all.nix')
-rw-r--r--shells/all.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/all.nix b/shells/all.nix
index de1cf4b..fb68f81 100644
--- a/shells/all.nix
+++ b/shells/all.nix
@@ -8,6 +8,7 @@ pkgs.mkShell {
xorg.libXft.dev
xorg.libXinerama.dev
rustc
+ rustup
rust-analyzer
rustfmt
trunk
@@ -19,7 +20,7 @@ pkgs.mkShell {
cargo-generate
tailwindcss
binaryen
- sqlite
+ postgresql
sqlx-cli
];
}