1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(fzfmenu): include bash and handle options

This commit is contained in:
Kierán Meinhardt
2020-04-15 14:58:23 +02:00
parent 7010bbb0e8
commit 9020ae67c8
2 changed files with 24 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ in
fzfmenu = wrapScript {
script = ./fzfmenu.sh;
name = "fzfmenu";
packages = [ pkgs.st pkgs.fzf pkgs.dash ];
packages = [ pkgs.st pkgs.fzf pkgs.dash pkgs.bash ];
};
bvg = pkgs.callPackage ./bvg.nix {};