3
0
Fork 0
forked from mirrors/nixpkgs

vaultenv: mark broken because doesn't compile on ghc92

This commit is contained in:
Dennis Gosnell 2022-12-24 14:24:39 +09:00
parent 84a68038fb
commit d116ede4c5
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

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