alice-lg: add passthru.tests

This commit is contained in:
Janik H. 2023-11-23 09:05:58 +01:00
parent b663808bc0
commit 1468c67491
No known key found for this signature in database

View File

@ -5,6 +5,7 @@
, stdenv
, yarn
, nodejs
, nixosTests
, git
, prefetch-yarn-deps
}:
@ -74,6 +75,8 @@ buildGoModule rec {
subPackages = [ "cmd/alice-lg" ];
doCheck = false;
passthru.tests = nixosTests.alice-lg;
meta = with lib; {
homepage = "https://github.com/alice-lg/alice-lg";
description = "A looking-glass for BGP sessions";