vault: add completion deprecation notice

This commit is contained in:
zimbatm 2018-09-28 15:40:33 +01:00
parent eabaf4e30a
commit 82cafa41cb

View File

@ -1,6 +1,8 @@
{ stdenv, fetchFromGitHub, go, gox, removeReferencesTo }: { stdenv, fetchFromGitHub, go, gox, removeReferencesTo }:
let let
# Deprecated since vault 0.8.2: use `vault -autocomplete-install` instead
# to install auto-complete for bash, zsh and fish
vaultBashCompletions = fetchFromGitHub { vaultBashCompletions = fetchFromGitHub {
owner = "iljaweis"; owner = "iljaweis";
repo = "vault-bash-completion"; repo = "vault-bash-completion";