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