summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-02-16 16:01:03 +0100
committertv <tv@krebsco.de>2019-02-16 16:06:01 +0100
commitc69c75f2c63b350615ec8026538c879b91b7a6ea (patch)
treec18fb1df48a8c5ef0ef407a9685037d18b107ebd /tv
parent174b3ee6bef292d3270823006f806f847dc5a264 (diff)
tv bash-fzf-history: use overrideDerivation
Diffstat (limited to 'tv')
-rw-r--r--tv/5pkgs/simple/bash-fzf-history.nix5
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 b603dedd..88a8e9e4 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}' '';
- }
+ })