vaultenv: disable broken build
(cherry picked from commit 3642a3a69ccd92ce5baa3fcf48580f8e4a9e5753)
This commit is contained in:
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user