diff options
| -rw-r--r-- | shells/all.nix | 5 | ||||
| -rw-r--r-- | shells/haemolacriaa.nix | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/shells/all.nix b/shells/all.nix index f7f298f..de1cf4b 100644 --- a/shells/all.nix +++ b/shells/all.nix @@ -7,11 +7,14 @@ pkgs.mkShell { xorg.libX11.dev xorg.libXft.dev xorg.libXinerama.dev - rustup + rustc + rust-analyzer rustfmt trunk rustc-wasm32 dioxus-cli + cargo + cargo-binutils cargo-leptos cargo-generate tailwindcss diff --git a/shells/haemolacriaa.nix b/shells/haemolacriaa.nix index 65a20f2..3dd78b5 100644 --- a/shells/haemolacriaa.nix +++ b/shells/haemolacriaa.nix @@ -2,10 +2,15 @@ pkgs.mkShell { packages = with pkgs; [ + clang rustup + rustc + rust-analyzer rustfmt trunk rustc-wasm32 + cargo + cargo-binutils cargo-leptos cargo-generate tailwindcss |
