scion: add passthru.tests

This commit is contained in:
matthewcroughan 2024-03-27 08:02:52 +00:00
parent 716f10c176
commit 43310164e4

View File

@ -2,6 +2,7 @@
, buildGoModule , buildGoModule
, fetchFromGitHub , fetchFromGitHub
, fetchpatch2 , fetchpatch2
, nixosTests
}: }:
let let
version = "0.10.0"; version = "0.10.0";
@ -61,6 +62,10 @@ buildGoModule {
}) })
]; ];
passthru.tests = {
inherit (nixosTests) scion-freestanding-deployment;
};
meta = with lib; { meta = with lib; {
description = "A future Internet architecture utilizing path-aware networking"; description = "A future Internet architecture utilizing path-aware networking";
homepage = "https://scion-architecture.net/"; homepage = "https://scion-architecture.net/";