forked from mirrors/nixpkgs
vaultenv: mark broken because doesn't compile on ghc92
This commit is contained in:
parent
84a68038fb
commit
d116ede4c5
|
@ -96,4 +96,8 @@ mkDerivation rec {
|
|||
description = "Runs processes with secrets from HashiCorp Vault";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ lnl7 manveru ];
|
||||
|
||||
# Does not compile on ghc92
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue