1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

yggdrasil: declare tests from nixosTests

This commit is contained in:
Emery Hemingway 2020-04-16 12:33:01 +05:30
parent a2e3fc32b3
commit 59219a1e55

View file

@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub }:
{ lib, buildGoModule, fetchFromGitHub, nixosTests }:
buildGoModule rec {
pname = "yggdrasil";
@ -27,6 +27,8 @@ buildGoModule rec {
-s -w
'';
passthru.tests.basic = nixosTests.yggdrasil;
meta = with lib; {
description =
"An experiment in scalable routing as an encrypted IPv6 overlay network";