Loading pkgs/tools/networking/corerad/default.nix +6 −3 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub, nixosTests }: { lib, buildGoModule, fetchFromGitHub, nixosTests, gitUpdater }: buildGoModule rec { pname = "corerad"; Loading @@ -21,9 +21,12 @@ buildGoModule rec { ldflags+=" -X github.com/mdlayher/corerad/internal/build.linkTimestamp=$(<.gittagtime)" ''; passthru.tests = { passthru = { updateScript = gitUpdater { rev-prefix = "v"; }; tests = { inherit (nixosTests) corerad; }; }; meta = with lib; { homepage = "https://github.com/mdlayher/corerad"; Loading Loading
pkgs/tools/networking/corerad/default.nix +6 −3 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub, nixosTests }: { lib, buildGoModule, fetchFromGitHub, nixosTests, gitUpdater }: buildGoModule rec { pname = "corerad"; Loading @@ -21,9 +21,12 @@ buildGoModule rec { ldflags+=" -X github.com/mdlayher/corerad/internal/build.linkTimestamp=$(<.gittagtime)" ''; passthru.tests = { passthru = { updateScript = gitUpdater { rev-prefix = "v"; }; tests = { inherit (nixosTests) corerad; }; }; meta = with lib; { homepage = "https://github.com/mdlayher/corerad"; Loading