mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
consul: reference nixosTests
This commit is contained in:
parent
465302dad0
commit
53b72ba7ac
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, buildGoModule, fetchFromGitHub }:
|
{ stdenv, buildGoModule, fetchFromGitHub, nixosTests }:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "consul";
|
pname = "consul";
|
||||||
@ -20,6 +20,8 @@ buildGoModule rec {
|
|||||||
sha256 = "05p893mfdrlf5fy9ywwnqb7blw1ffidgviyyh6a3bp82wk49f8ph";
|
sha256 = "05p893mfdrlf5fy9ywwnqb7blw1ffidgviyyh6a3bp82wk49f8ph";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
passthru.tests.consul = nixosTests.consul;
|
||||||
|
|
||||||
# This corresponds to paths with package main - normally unneeded but consul
|
# This corresponds to paths with package main - normally unneeded but consul
|
||||||
# has a split module structure in one repo
|
# has a split module structure in one repo
|
||||||
subPackages = ["." "connect/certgen"];
|
subPackages = ["." "connect/certgen"];
|
||||||
|
Loading…
Reference in New Issue
Block a user