vaultenv: remove meta.broken

This commit is contained in:
Daiderd Jordan 2018-01-07 09:33:57 +01:00
parent 3b4bbd2121
commit 0127cf06c5
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

@ -26,5 +26,4 @@ mkDerivation rec {
description = "Runs processes with secrets from HashiCorp Vault";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ lnl7 ];
broken = true; # https://hydra.nixos.org/build/66706385
}