This commit is contained in:
m3tm3re
2026-01-18 10:51:29 +01:00
parent 1d6cea7f7f
commit 0615e35491
6 changed files with 39 additions and 45 deletions

View File

@@ -5,6 +5,7 @@
fetchFromGitHub,
gitMinimal,
installShellFiles,
nix-update-script,
versionCheckHook,
writableTmpDirAsHomeHook,
}:
@@ -49,9 +50,10 @@ buildGoModule (finalAttrs: {
versionCheckProgramArg = "version";
doInstallCheck = true;
# Tests require git worktree operations that fail in Nix sandbox
doCheck = false;
passthru.updateScript = nix-update-script {};
meta = {
description = "Lightweight memory system for AI coding agents with graph-based issue tracking";
homepage = "https://github.com/steveyegge/beads";