vault-bin: remove passthru.tests
nixosTests.vault uses the `vault` package
This commit is contained in:
parent
4152fca69e
commit
9a65981c2d
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, unzip, nixosTests }:
|
{ stdenv, fetchurl, unzip }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.6.0";
|
version = "1.6.0";
|
||||||
@ -40,8 +40,6 @@ in stdenv.mkDerivation {
|
|||||||
echo "complete -C $out/bin/vault vault" > $out/share/bash-completion/completions/vault
|
echo "complete -C $out/bin/vault vault" > $out/share/bash-completion/completions/vault
|
||||||
'';
|
'';
|
||||||
|
|
||||||
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, this binary includes the UI";
|
description = "A tool for managing secrets, this binary includes the UI";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user