diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-05-20 01:20:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-20 01:20:56 +0000 |
| commit | 000214d272c28df92cc9065ba7a78f24cbfd1f0e (patch) | |
| tree | cc2de98c03486bd398e3ff6c0e09b787eff844b2 | |
| parent | 1539aefdf84f70c3799dbc55ef323c36909e616e (diff) | |
Add files via upload
| -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 |
