vaultenv: disable broken build

This commit is contained in:
Peter Simons 2019-03-16 16:43:07 +01:00
parent 8a6f65cc57
commit 3642a3a69c

View File

@ -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
}