balanceofsatoshis: add shell completion
This commit is contained in:
parent
98db578afa
commit
8c10a967f7
1 changed files with 10 additions and 0 deletions
|
@ -85,6 +85,16 @@ final: prev: {
|
|||
meta = oldAttrs.meta // { platforms = lib.platforms.linux; };
|
||||
});
|
||||
|
||||
balanceofsatoshis = prev.balanceofsatoshis.override {
|
||||
nativeBuildInputs = [ pkgs.installShellFiles ];
|
||||
postInstall = ''
|
||||
installShellCompletion --cmd bos\
|
||||
--bash <($out/bin/bos completion bash)\
|
||||
--zsh <($out/bin/bos completion zsh)\
|
||||
--fish <($out/bin/bos completion fish)
|
||||
'';
|
||||
};
|
||||
|
||||
bitwarden-cli = prev."@bitwarden/cli".override {
|
||||
name = "bitwarden-cli";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue