m3tm3re
71a4c63fe7
fix(ci,nix): resolve nix-update failures
...
- Add mkdir -p before lock file usage in nix-update workflow
- Patch beads go.mod to accept go 1.25.5 instead of 1.25.6
Fixes two independent issues blocking nix-update CI:
1. Missing lock file directory causing flock to fail
2. beads v0.49.3 requires go >= 1.25.6, environment has go 1.25.5
Both fixes verified with grep and diagnostics.
2026-02-04 19:43:46 +01:00
nix-update bot
9cff518954
beads: 0.49.0 -> 0.49.1
...
Update Nix Packages with nix-update / nix-update (push) Successful in 2m57s
Diff: https://github.com/steveyegge/beads/compare/v0.49.0...v0.49.1
2026-01-26 15:00:49 +01:00
nix-update bot
f91695eb38
beads: 0.47.1 -> 0.49.0
...
Diff: https://github.com/steveyegge/beads/compare/v0.47.1...v0.49.0
2026-01-22 18:33:03 +01:00
nix-update bot
fb5f3e9447
beads: 0.48.0 -> 0.47.1
...
Update Nix Packages with nix-update / nix-update (push) Failing after 2m11s
Diff: https://github.com/steveyegge/beads/compare/v0.48.0...v0.47.1
2026-01-21 18:03:12 +01:00
nix-update bot
71ad8336ce
beads: 0.47.1 -> 0.48.0
...
Diff: https://github.com/steveyegge/beads/compare/v0.47.1...v0.48.0
2026-01-18 11:06:47 +01:00
m3tm3re
f64e6983ea
feat: improve nix-update workflow and update packages
...
- Refactor nix-update.yml: push directly to master instead of PRs
- Add skip list for packages without upstream releases
- Add opencode subpackage handling for node_modules
- Add nix-update-script to beads, code2prompt, mem0
- Update mem0: 1.0.0 -> 1.0.2
- Update opencode: 1.1.18 -> 1.1.25
- Fix n8n tag format
- Add n8n update.sh helper script
2026-01-18 11:04:33 +01:00
m3tm3re
bc75505ca3
feat: add n8n, beads, opencode packages
...
- Add pkgs/n8n/default.nix (v2.4.1)
- Add pkgs/beads/default.nix (v0.47.1, doCheck=false)
- Add pkgs/opencode/default.nix (v1.1.18)
- Include relax-bun-version-check.patch for opencode
- Register all packages in pkgs/default.nix
2026-01-13 20:26:30 +01:00