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:
parent
a2e3fc32b3
commit
59219a1e55
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue