tgpt: set passthru.updateScript

This commit is contained in:
éclairevoyant 2024-02-04 03:03:08 -05:00
parent 5770fc7007
commit c55223e314
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -1,6 +1,7 @@
{ lib
, buildGoModule
, fetchFromGitHub
, nix-update-script
}:
buildGoModule rec {
@ -21,6 +22,8 @@ buildGoModule rec {
"-w"
];
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "ChatGPT in terminal without needing API keys";
homepage = "https://github.com/aandrew-me/tgpt";