nebula: add passthru test

This commit is contained in:
Morgan Jones 2022-12-28 20:16:36 -08:00
parent 90581c977f
commit d02d50f5d0

View File

@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub }:
{ lib, buildGoModule, fetchFromGitHub, nixosTests }:
buildGoModule rec {
pname = "nebula";
@ -17,6 +17,8 @@ buildGoModule rec {
ldflags = [ "-X main.Build=${version}" ];
passthru.tests.nebula = nixosTests.nebula;
meta = with lib; {
description = "A scalable overlay networking tool with a focus on performance, simplicity and security";
longDescription = ''