vaultenv: disable broken build

(cherry picked from commit 3642a3a69ccd92ce5baa3fcf48580f8e4a9e5753)
This commit is contained in:
Peter Simons 2019-03-16 16:43:07 +01:00
parent c333861954
commit 26073f4a8d

@ -33,4 +33,6 @@ mkDerivation rec {
description = "Runs processes with secrets from HashiCorp Vault";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ lnl7 ];
hydraPlatforms = [];
broken = true; # does not compile any longer
}