summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
Diffstat (limited to 'shells')
-rw-r--r--shells/all.nix3
-rw-r--r--shells/haemolacriaa.nix2
2 files changed, 3 insertions, 2 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
];
}
diff --git a/shells/haemolacriaa.nix b/shells/haemolacriaa.nix
index 3dd78b5..da9e7dc 100644
--- a/shells/haemolacriaa.nix
+++ b/shells/haemolacriaa.nix
@@ -15,7 +15,7 @@ pkgs.mkShell {
cargo-generate
tailwindcss
binaryen
- sqlite
+ postgresql
sqlx-cli
];
}