diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-06-15 14:24:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-15 14:24:52 +0000 |
| commit | 0449e6bd58281091e3204b220e1a77a9c976254b (patch) | |
| tree | 030777724605bc7231be9f534d592536c29041ff /shells | |
| parent | 90cbd724ce0d2d30c694370e52e43d9994d49459 (diff) | |
update shells
Diffstat (limited to 'shells')
| -rw-r--r-- | shells/all.nix | 3 | ||||
| -rw-r--r-- | shells/haemolacriaa.nix | 2 |
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 ]; } |
