vaultenv: mark broken because doesn't compile on ghc92

+4
+4
pkgs/development/tools/haskell/vaultenv/default.nix
··· 96 96 description = "Runs processes with secrets from HashiCorp Vault"; 97 97 license = lib.licenses.bsd3; 98 98 maintainers = with lib.maintainers; [ lnl7 manveru ]; 99 + 100 + # Does not compile on ghc92 101 + hydraPlatforms = lib.platforms.none; 102 + broken = true; 99 103 }