summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2024-03-24 18:25:16 +0000
committerGitHub <noreply@github.com>2024-03-24 18:25:16 +0000
commitf6e380473ec413776147bb310ba17673ee5e96a1 (patch)
treed8bf2bee8eaf1f68f56f00acf5545f1634009139
parent7209d34a1de4e5b42d4e25850c565ccf63b7d6b0 (diff)
more dev stuff
-rw-r--r--shells/dev.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/dev.nix b/shells/dev.nix
index c553358..044375a 100644
--- a/shells/dev.nix
+++ b/shells/dev.nix
@@ -15,5 +15,6 @@ pkgs.mkShell {
cargo-leptos
cargo-generate
tailwindcss
+ binaryen
];
}