summaryrefslogtreecommitdiff
path: root/shells/haemolacriaa.nix
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2024-05-20 00:19:17 +0000
committerGitHub <noreply@github.com>2024-05-20 00:19:17 +0000
commit086f68e1af17ff3020b3283f8a5763d062ca6770 (patch)
treed442f26ef7998cb20d68abcf744c3d7bef200506 /shells/haemolacriaa.nix
parentea3aae96fde86256f9996d55e88dac608a30deae (diff)
update nix config
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
+ ];
+}