mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
tgpt: set passthru.updateScript
This commit is contained in:
parent
5770fc7007
commit
c55223e314
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user