vault: add vault-postgresql to passthru.tests

This commit is contained in:
zowoq 2021-12-05 06:34:52 +10:00
parent 58ebdc3154
commit e5c93511f3

View File

@ -38,7 +38,7 @@ buildGoModule rec {
--prefix PATH ${lib.makeBinPath [ gawk glibc ]}
'';
passthru.tests.vault = nixosTests.vault;
passthru.tests = { inherit (nixosTests) vault vault-postgresql; };
meta = with lib; {
homepage = "https://www.vaultproject.io/";