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