Unverified Commit bd56cec8 authored by Defelo's avatar Defelo
Browse files

echoip: add updateScript

parent 17713519
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  makeWrapper,
  nixosTests,
  nix-update-script,
}:

buildGoModule {
@@ -29,6 +30,7 @@ buildGoModule {

  passthru = {
    tests = { inherit (nixosTests) echoip; };
    updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
  };

  meta = {