diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-03-04 16:57:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 16:57:13 +0000 |
| commit | d2d4caf103d17b00425f54f51b19c082f2abf8bf (patch) | |
| tree | e9e69ce943db1a3e4ce62c4f861d8f52319b6c6d /shells/rust.nix | |
| parent | 50f46f886a9c44243ec1b568b9481bbd1c2c8b37 (diff) | |
rust -> dev
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 - ]; -} |
