tv bash-fzf-history: use overrideDerivation
This commit is contained in:
parent
174b3ee6be
commit
c69c75f2c6
@ -97,7 +97,6 @@ with import <stockholm/lib>;
|
|||||||
bind -s | ${pkgs.gnugrep}/bin/grep __fzf_ >&2
|
bind -s | ${pkgs.gnugrep}/bin/grep __fzf_ >&2
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
script //
|
script.overrideAttrs (old: rec {
|
||||||
rec {
|
|
||||||
bind = /* sh */ ''bind -x '"${load-keyseq}": . ${script}' '';
|
bind = /* sh */ ''bind -x '"${load-keyseq}": . ${script}' '';
|
||||||
}
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user