Loading pkgs/servers/alice-lg/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , stdenv , yarn , nodejs , nixosTests , git , prefetch-yarn-deps }: Loading Loading @@ -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"; Loading Loading
pkgs/servers/alice-lg/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , stdenv , yarn , nodejs , nixosTests , git , prefetch-yarn-deps }: Loading Loading @@ -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"; Loading