diff options
Diffstat (limited to 'sys/nixpkgs/pkgs/yt/flake.nix')
-rw-r--r-- | sys/nixpkgs/pkgs/yt/flake.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/nixpkgs/pkgs/yt/flake.nix b/sys/nixpkgs/pkgs/yt/flake.nix index 5f711304..561b1c0d 100644 --- a/sys/nixpkgs/pkgs/yt/flake.nix +++ b/sys/nixpkgs/pkgs/yt/flake.nix @@ -18,14 +18,8 @@ packages = with pkgs; [ # rust stuff cargo - cargo-clippy - cargo-fmt - clippy-driver - rust-gdb - rust-gdbgui - rust-lldb + clippy rustc - rustdoc rustfmt cargo-edit |