vault: add passthru.tests

This commit is contained in:
Mario Rodas 2020-11-02 04:20:00 +00:00
parent 9578b4a66c
commit 2ada9b3806

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, buildGoPackage, installShellFiles }:
{ stdenv, fetchFromGitHub, buildGoPackage, installShellFiles, nixosTests }:
buildGoPackage rec {
pname = "vault";
@ -24,6 +24,8 @@ buildGoPackage rec {
installShellCompletion vault.bash
'';
passthru.tests.vault = nixosTests.vault;
meta = with stdenv.lib; {
homepage = "https://www.vaultproject.io/";
description = "A tool for managing secrets";