tgpt: set passthru.updateScript

This commit is contained in:
éclairevoyant
2024-02-04 03:06:59 -05:00
parent 5770fc7007
commit c55223e314
+3
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";