scion: add passthru.tests

This commit is contained in:
matthewcroughan 2024-03-27 08:02:52 +00:00
parent 716f10c176
commit 43310164e4
1 changed files with 5 additions and 0 deletions

View File

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