From de67d2ce12bd4bb72d0e26d29fb074c190058feb Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 28 Apr 2025 21:54:22 +0200 Subject: modules/lf/commands/trash_*: Add required `gnused` dependency --- modules/by-name/lf/lf/commands/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/by-name') diff --git a/modules/by-name/lf/lf/commands/default.nix b/modules/by-name/lf/lf/commands/default.nix index 9ef52aab..f212a703 100644 --- a/modules/by-name/lf/lf/commands/default.nix +++ b/modules/by-name/lf/lf/commands/default.nix @@ -139,11 +139,11 @@ in { }; trash_clear = shell { name = "trash_clear"; - dependencies = with pkgs; [conceal fzf gawk trashy]; + dependencies = with pkgs; [conceal fzf gawk trashy gnused]; }; trash_restore = shell { name = "trash_restore"; - dependencies = with pkgs; [conceal fzf gawk trashy]; + dependencies = with pkgs; [conceal fzf gawk trashy gnused]; }; view_file = async { -- cgit 1.4.1