vault: add completion deprecation notice

This commit is contained in:
zimbatm
2018-09-28 15:42:18 +01:00
parent eabaf4e30a
commit 82cafa41cb
+2
View File
@@ -1,6 +1,8 @@
{ stdenv, fetchFromGitHub, go, gox, removeReferencesTo }:
let
# Deprecated since vault 0.8.2: use `vault -autocomplete-install` instead
# to install auto-complete for bash, zsh and fish
vaultBashCompletions = fetchFromGitHub {
owner = "iljaweis";
repo = "vault-bash-completion";