vault: add passthru.tests
This commit is contained in:
parent
9578b4a66c
commit
2ada9b3806
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, buildGoPackage, installShellFiles }:
|
{ stdenv, fetchFromGitHub, buildGoPackage, installShellFiles, nixosTests }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "vault";
|
pname = "vault";
|
||||||
@ -24,6 +24,8 @@ buildGoPackage rec {
|
|||||||
installShellCompletion vault.bash
|
installShellCompletion vault.bash
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests.vault = nixosTests.vault;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://www.vaultproject.io/";
|
homepage = "https://www.vaultproject.io/";
|
||||||
description = "A tool for managing secrets";
|
description = "A tool for managing secrets";
|
||||||
|
Loading…
Reference in New Issue
Block a user