scion: add passthru.tests

This commit is contained in:
matthewcroughan
2024-03-27 08:02:59 +00:00
parent 716f10c176
commit 43310164e4
+5
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/";