From 1158cab619b234574f03c35a07161d6a9be5c658 Mon Sep 17 00:00:00 2001 From: Quoc-Anh Nguyen <9426721+imcvampire@users.noreply.github.com> Date: Fri, 17 Apr 2026 14:02:28 +0300 Subject: [PATCH] beads: enable auto update --- pkgs/by-name/be/beads/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/be/beads/package.nix b/pkgs/by-name/be/beads/package.nix index 5753dca9de10..388231d2c499 100644 --- a/pkgs/by-name/be/beads/package.nix +++ b/pkgs/by-name/be/beads/package.nix @@ -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";