ghq: add updateScript

This commit is contained in:
Kenichi Kamiya 2024-11-16 03:18:26 +09:00
parent abd0237851
commit e250f56a19
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB

View File

@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub, testers, ghq }:
{ lib, buildGoModule, fetchFromGitHub, testers, nix-update-script, ghq }:
buildGoModule rec {
pname = "ghq";
@ -28,6 +28,7 @@ buildGoModule rec {
tests.version = testers.testVersion {
package = ghq;
};
updateScript = nix-update-script { };
};
meta = {