From 086f68e1af17ff3020b3283f8a5763d062ca6770 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Mon, 20 May 2024 00:19:17 +0000 Subject: update nix config --- shells/all.nix | 22 ++++++++++++++++++++++ shells/haemolacriaa.nix | 16 ++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 shells/all.nix create mode 100644 shells/haemolacriaa.nix (limited to 'shells') diff --git a/shells/all.nix b/shells/all.nix new file mode 100644 index 0000000..f7f298f --- /dev/null +++ b/shells/all.nix @@ -0,0 +1,22 @@ +{ pkgs ? import {} }: + +pkgs.mkShell { + packages = with pkgs; [ + clang + llvmPackages.bintools + xorg.libX11.dev + xorg.libXft.dev + xorg.libXinerama.dev + rustup + rustfmt + trunk + rustc-wasm32 + dioxus-cli + cargo-leptos + cargo-generate + tailwindcss + binaryen + sqlite + sqlx-cli + ]; +} 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 {} }: + +pkgs.mkShell { + packages = with pkgs; [ + rustup + rustfmt + trunk + rustc-wasm32 + cargo-leptos + cargo-generate + tailwindcss + binaryen + sqlite + sqlx-cli + ]; +} -- cgit v1.2.3