summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2024-03-17 20:41:13 +0000
committerGitHub <noreply@github.com>2024-03-17 20:41:13 +0000
commitfa80bed57268be363aa77043809b4a2ee0a26508 (patch)
treeeb08e00af63f5a2f32ef70b51f5d1677c9e41084
parentf5e85f33ab2be4de7382fc2d7f21ad994cbd9750 (diff)
update
-rw-r--r--shells/dev.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/dev.nix b/shells/dev.nix
index 088a8f5..9f35993 100644
--- a/shells/dev.nix
+++ b/shells/dev.nix
@@ -13,5 +13,6 @@ pkgs.mkShell {
rustc-wasm32
dioxus-cli
cargo-leptos
+ cargo-generate
];
}