tv bash-fzf-history: use overrideDerivation

This commit is contained in:
tv 2019-02-16 16:01:03 +01:00
parent 174b3ee6be
commit c69c75f2c6
1 changed files with 2 additions and 3 deletions

View File

@ -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}' '';
}
})