Loading pkgs/by-name/bi/birdwatcher/package.nix +7 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ fetchFromGitHub, buildGoModule, nixosTests, gitUpdater, }: buildGoModule rec { Loading @@ -20,10 +21,14 @@ buildGoModule rec { deleteVendor = true; passthru.tests = { passthru = { tests = { inherit (nixosTests) birdwatcher; }; updateScript = gitUpdater { }; }; meta = { homepage = "https://github.com/alice-lg/birdwatcher"; description = "Small HTTP server meant to provide an API defined by Barry O'Donovan's birds-eye to the BIRD internet routing daemon"; Loading Loading
pkgs/by-name/bi/birdwatcher/package.nix +7 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ fetchFromGitHub, buildGoModule, nixosTests, gitUpdater, }: buildGoModule rec { Loading @@ -20,10 +21,14 @@ buildGoModule rec { deleteVendor = true; passthru.tests = { passthru = { tests = { inherit (nixosTests) birdwatcher; }; updateScript = gitUpdater { }; }; meta = { homepage = "https://github.com/alice-lg/birdwatcher"; description = "Small HTTP server meant to provide an API defined by Barry O'Donovan's birds-eye to the BIRD internet routing daemon"; Loading