diff options
author | lassulus <lassulus@lassul.us> | 2020-11-17 23:17:43 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-11-17 23:17:43 +0100 |
commit | d8bac1b3ad978108e35c01d4600293345aafea36 (patch) | |
tree | e5c73737fce5f0b16cc361355eae4cbb971edb5f /tv/5pkgs/simple | |
parent | b55c1126c291ca546da6ef2068a9e8413f814018 (diff) | |
parent | 5f3d66622940635b405fa1db2c6c76878ad4d167 (diff) |
Merge remote-tracking branch 'ni/master' into 20.09
Diffstat (limited to 'tv/5pkgs/simple')
-rw-r--r-- | tv/5pkgs/simple/fzmenu/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tv/5pkgs/simple/fzmenu/default.nix b/tv/5pkgs/simple/fzmenu/default.nix index c49c903c6..35918ff77 100644 --- a/tv/5pkgs/simple/fzmenu/default.nix +++ b/tv/5pkgs/simple/fzmenu/default.nix @@ -1,4 +1,4 @@ -{ coreutils, dash, gnused, fzf, pass, runCommand, rxvt_unicode, stdenv, utillinux, xdotool }: +{ coreutils, dash, gnused, fzf, pass-otp, runCommand, rxvt_unicode, stdenv, utillinux, xdotool }: runCommand "fzmenu" { } /* sh */ '' @@ -13,7 +13,7 @@ runCommand "fzmenu" { dash fzf gnused - pass + pass-otp rxvt_unicode utillinux xdotool @@ -26,7 +26,7 @@ runCommand "fzmenu" { dash fzf gnused - pass + pass-otp rxvt_unicode utillinux xdotool |