diff options
| author | Baitinq <[email protected]> | 2022-06-30 20:21:55 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-30 20:21:55 +0200 |
| commit | 73786dc771cba6d1d70eddebf2c2723487532824 (patch) | |
| tree | b9bae43a53a03d9e5e1d962f9ce9ddddf288cfa2 /shells/rust.nix | |
| parent | Luna: Add tlp service (diff) | |
| download | nixos-config-73786dc771cba6d1d70eddebf2c2723487532824.tar.gz nixos-config-73786dc771cba6d1d70eddebf2c2723487532824.tar.bz2 nixos-config-73786dc771cba6d1d70eddebf2c2723487532824.zip | |
Remove shells
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 - ]; -} |