about summary refs log tree commit diff stats
path: root/pkgs/by-name/fu/fupdate-flake/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/fu/fupdate-flake/package.nix')
-rw-r--r--pkgs/by-name/fu/fupdate-flake/package.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/by-name/fu/fupdate-flake/package.nix b/pkgs/by-name/fu/fupdate-flake/package.nix
index c8646f26..4e21cd23 100644
--- a/pkgs/by-name/fu/fupdate-flake/package.nix
+++ b/pkgs/by-name/fu/fupdate-flake/package.nix
@@ -13,9 +13,6 @@
   coreutils,
   fd,
   gnugrep,
-  bat-extras, # For `batgrep`
-  bat, # used by batgrep
-  gnused, # required by batgrep
   git,
 }:
 writeShellApplication {
@@ -29,9 +26,6 @@ writeShellApplication {
     coreutils
     fd
     gnugrep
-    bat-extras.batgrep
-    bat # Used by `batgrep`
-    gnused # Required by `batgrep`
     git
   ];
 }