From 5c9694b0df330ed63cf5fa65393759505da667a4 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:46:45 +0000 Subject: add dev shell --- shells/rust.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 shells/rust.nix (limited to 'shells/rust.nix') diff --git a/shells/rust.nix b/shells/rust.nix new file mode 100644 index 0000000..f715813 --- /dev/null +++ b/shells/rust.nix @@ -0,0 +1,13 @@ +{ pkgs ? import {} }: + +pkgs.mkShell { + nativeBuildInputs = with pkgs; [ + clang + llvmPackages.bintools + rustup + rustfmt + trunk + rustc-wasm32 + dioxus-cli + ]; +} -- cgit v1.2.3