nebula: add passthru test

Changed files
+3 -1
pkgs
tools
networking
nebula
+3 -1
pkgs/tools/networking/nebula/default.nix
···
-
{ lib, buildGoModule, fetchFromGitHub }:
+
{ lib, buildGoModule, fetchFromGitHub, nixosTests }:
buildGoModule rec {
pname = "nebula";
···
subPackages = [ "cmd/nebula" "cmd/nebula-cert" ];
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";