summaryrefslogtreecommitdiff
path: root/shells/haemolacriaa.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shells/haemolacriaa.nix')
-rw-r--r--shells/haemolacriaa.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/shells/haemolacriaa.nix b/shells/haemolacriaa.nix
new file mode 100644
index 0000000..65a20f2
--- /dev/null
+++ b/shells/haemolacriaa.nix
@@ -0,0 +1,16 @@
+{ pkgs ? import <nixpkgs> {} }:
+
+pkgs.mkShell {
+ packages = with pkgs; [
+ rustup
+ rustfmt
+ trunk
+ rustc-wasm32
+ cargo-leptos
+ cargo-generate
+ tailwindcss
+ binaryen
+ sqlite
+ sqlx-cli
+ ];
+}