about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/yt/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-23 14:58:27 +0100
committerSoispha <soispha@vhack.eu>2024-01-23 14:58:27 +0100
commit24c6fb9fd93fbdfb2a7085b513383229b8231739 (patch)
tree71583a3154e3a13bcbd1c6b125887346cd6f6f94 /sys/nixpkgs/pkgs/yt/flake.nix
parentfeat(sys/nixpkgs/pkgs): Add update scripts (diff)
downloadnixos-config-24c6fb9fd93fbdfb2a7085b513383229b8231739.tar.gz
nixos-config-24c6fb9fd93fbdfb2a7085b513383229b8231739.zip
build(treewide): Update
Diffstat (limited to 'sys/nixpkgs/pkgs/yt/flake.nix')
-rw-r--r--sys/nixpkgs/pkgs/yt/flake.nix8
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