himalaya: add bash to wrapper runtimeInputs for passwordCommand shell execution
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
package =
|
||||
pkgs.writeShellApplication {
|
||||
name = "himalaya";
|
||||
runtimeInputs = [pkgs.coreutils pkgs.himalaya];
|
||||
runtimeInputs = [pkgs.bash pkgs.coreutils pkgs.himalaya];
|
||||
text = ''
|
||||
exec env RUST_LOG="warn,imap_codec::response=error" ${pkgs.himalaya}/bin/himalaya "$@"
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user