From b1fab1f784ff0cd0e14bc3a53c270fe9ce1cfc35 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 2 Feb 2025 21:27:42 +0100 Subject: fix(modules/lf/commands/trash_restore): Depend on `gawk` not `gaw` --- modules/by-name/lf/lf/commands/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/by-name/lf/lf/commands/default.nix b/modules/by-name/lf/lf/commands/default.nix index f042a7a8..9a709168 100644 --- a/modules/by-name/lf/lf/commands/default.nix +++ b/modules/by-name/lf/lf/commands/default.nix @@ -147,7 +147,7 @@ in { }; trash_restore = shell { name = "trash_restore"; - dependencies = with pkgs; [conceal fzf gaw trashy]; + dependencies = with pkgs; [conceal fzf gawk trashy]; }; view_file = async { -- cgit 1.4.1