Unverified Commit f1bbc367 authored by Luflosi's avatar Luflosi
Browse files

ipget: add updateScript

parent 7ff16196
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  buildGoModule,
  fetchFromGitHub,
  nixosTests,
  nix-update-script,
}:

buildGoModule rec {
@@ -29,6 +30,8 @@ buildGoModule rec {
    inherit (nixosTests) ipget;
  };

  passthru.updateScript = nix-update-script { };

  meta = with lib; {
    description = "Retrieve files over IPFS and save them locally";
    homepage = "https://ipfs.io/";