diff options
Diffstat (limited to 'shells/rust.nix')
-rw-r--r-- | shells/rust.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shells/rust.nix b/shells/rust.nix deleted file mode 100644 index 42dfebb..0000000 --- a/shells/rust.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ pkgs ? import <nixpkgs> { } }: -pkgs.mkShell { - name = "rust-shell"; - buildInputs = with pkgs; [ - cargo - ]; -} |