diff options
Diffstat (limited to 'shells/rust.nix')
| -rw-r--r-- | shells/rust.nix | 13 |
1 files changed, 0 insertions, 13 deletions
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 <nixpkgs> {} }: - -pkgs.mkShell { - nativeBuildInputs = with pkgs; [ - clang - llvmPackages.bintools - rustup - rustfmt - trunk - rustc-wasm32 - dioxus-cli - ]; -} |
