Unverified Commit 1158cab6 authored by Quoc-Anh Nguyen's avatar Quoc-Anh Nguyen Committed by GitHub
Browse files

beads: enable auto update

parent 045e2a7c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  dolt,
  fetchFromGitHub,
  gitMinimal,
  nix-update-script,
  icu,
  installShellFiles,
  makeBinaryWrapper,
@@ -85,6 +86,8 @@ buildGoModule (finalAttrs: {
  versionCheckProgramArg = "version";
  doInstallCheck = true;

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

  meta = {
    description = "Lightweight memory system for AI coding agents with graph-based issue tracking";
    homepage = "https://github.com/gastownhall/beads";