Loading pkgs/by-name/ip/ipget/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ buildGoModule, fetchFromGitHub, nixosTests, nix-update-script, }: buildGoModule rec { Loading @@ -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/"; Loading Loading
pkgs/by-name/ip/ipget/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ buildGoModule, fetchFromGitHub, nixosTests, nix-update-script, }: buildGoModule rec { Loading @@ -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/"; Loading