Commit 55d480bc authored by aileot's avatar aileot
Browse files

gibo: add updateScript

parent 03919fdc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildGoModule,
  fetchFromGitHub,
  nix-update-script,
  installShellFiles,
}:
buildGoModule (finalAttrs: {
@@ -40,6 +41,8 @@ buildGoModule (finalAttrs: {
    runHook postInstallCheck
  '';

  passthru.updateScript = nix-update-script { };

  meta = {
    homepage = "https://github.com/simonwhitaker/gibo";
    license = lib.licenses.unlicense;