diff options
author | lassulus <lassulus@lassul.us> | 2019-02-16 17:38:03 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-02-16 17:38:03 +0100 |
commit | 2db5d56cf2e252822f38900ef9436d7b118476a9 (patch) | |
tree | eacbc9a6e9d0a57df85df138d6d14d725af8072e /tv/5pkgs/simple | |
parent | 5845742ae0770bae3c341d2d7eacb4ccc05245c9 (diff) | |
parent | 270ceb7676e867c9dff5f5faa765666b58aaa371 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/5pkgs/simple')
-rw-r--r-- | tv/5pkgs/simple/bash-fzf-history.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tv/5pkgs/simple/bash-fzf-history.nix b/tv/5pkgs/simple/bash-fzf-history.nix index b603dedd9..88a8e9e4a 100644 --- a/tv/5pkgs/simple/bash-fzf-history.nix +++ b/tv/5pkgs/simple/bash-fzf-history.nix @@ -97,7 +97,6 @@ with import <stockholm/lib>; bind -s | ${pkgs.gnugrep}/bin/grep __fzf_ >&2 ''; in - script // - rec { + script.overrideAttrs (old: rec { bind = /* sh */ ''bind -x '"${load-keyseq}": . ${script}' ''; - } + }) |