nix-update bot
7b9fc8f280
beads: 0.57.0 -> 0.58.0
...
Update Nix Packages with nix-update / nix-update (push) Successful in 21m25s
Diff: https://github.com/steveyegge/beads/compare/v0.57.0...v0.58.0
2026-03-03 15:01:17 +01:00
nix-update bot
1fe74b6d7d
chore: update flake inputs
2026-03-03 15:00:48 +01:00
nix-update bot
11f3da30c3
chore: update flake inputs
Update Nix Packages with nix-update / nix-update (push) Successful in 3m44s
2026-03-03 03:00:57 +01:00
nix-update bot
be401c2ebb
chore: update flake inputs
Update Nix Packages with nix-update / nix-update (push) Successful in 16m41s
2026-03-02 15:00:48 +01:00
nix-update bot
41e6ea8280
chore: update flake inputs
Update Nix Packages with nix-update / nix-update (push) Successful in 1m11s
2026-03-02 03:00:54 +01:00
nix-update bot
6693c09465
sidecar: 0.76.0 -> 0.77.0
...
Update Nix Packages with nix-update / nix-update (push) Successful in 21m31s
Diff: https://github.com/marcus/sidecar/compare/v0.76.0...v0.77.0
Changelog: https://github.com/marcus/sidecar/releases/tag/v0.77.0
2026-03-01 15:01:46 +01:00
nix-update bot
51d79fbbcf
beads: 0.56.1 -> 0.57.0
...
Diff: https://github.com/steveyegge/beads/compare/v0.56.1...v0.57.0
2026-03-01 15:01:16 +01:00
nix-update bot
9ef17eb7eb
chore: update flake inputs
2026-03-01 15:00:47 +01:00
nix-update bot
81cffd22cb
td: 0.38.0 -> 0.41.0
...
Update Nix Packages with nix-update / nix-update (push) Successful in 2m29s
Diff: https://github.com/marcus/td/compare/v0.38.0...v0.41.0
2026-03-01 03:02:14 +01:00
nix-update bot
c2c0201295
sidecar: 0.74.1 -> 0.76.0
...
Diff: https://github.com/marcus/sidecar/compare/v0.74.1...v0.76.0
Changelog: https://github.com/marcus/sidecar/releases/tag/v0.76.0
2026-03-01 03:01:58 +01:00
nix-update bot
47cace3dd1
beads: 0.49.1 -> 0.56.1
...
Diff: https://github.com/steveyegge/beads/compare/v0.49.1...v0.56.1
2026-03-01 03:01:26 +01:00
nix-update bot
bfa707c11d
chore: update flake inputs - opencode(v1.2.15)
2026-03-01 03:00:59 +01:00
m3tm3re
e22774539a
chore: manual update until I find the time to fix CI/CD
Update Nix Packages with nix-update / nix-update (push) Successful in 18m47s
2026-02-25 18:52:11 +01:00
m3tm3re
166ed9e825
fix: n8n build error
Update Nix Packages with nix-update / nix-update (push) Failing after 3m13s
2026-02-21 18:30:27 +01:00
m3tm3re
5b55f47020
fix(n8n): restructure version handling for nix-update compatibility
...
Update Nix Packages with nix-update / nix-update (push) Failing after 4m29s
- Store version without 'n8n@' prefix (e.g., '2.8.3' not 'n8n@2.8.3')
- Construct tag with prefix: tag = "n8n@${version}"
- Update to version 2.8.3 with correct hashes
This allows nix-update to work correctly with the custom update.sh
script that strips the 'n8n@' prefix from GitHub release tags.
2026-02-20 09:47:23 +01:00
nix-update bot
f95fe5bf6d
td: 0.37.0 -> 0.38.0
...
Diff: https://github.com/marcus/td/compare/v0.37.0...v0.38.0
2026-02-20 09:03:52 +01:00
nix-update bot
34dda52d53
sidecar: 0.74.0 -> 0.74.1
...
Diff: https://github.com/marcus/sidecar/compare/v0.74.0...v0.74.1
Changelog: https://github.com/marcus/sidecar/releases/tag/v0.74.1
2026-02-20 09:03:38 +01:00
nix-update bot
06a40240ea
notesmd-cli: 0.3.0 -> 0.3.1
...
Diff: https://github.com/Yakitrak/notesmd-cli/compare/v0.3.0...v0.3.1
2026-02-20 09:03:22 +01:00
nix-update bot
ad0bc14461
mem0: 1.0.3 -> 1.0.4
...
Diff: https://github.com/mem0ai/mem0/compare/v1.0.3...v1.0.4
Changelog: https://github.com/mem0ai/mem0/releases/tag/v1.0.4
2026-02-20 09:03:04 +01:00
nix-update bot
6d262127e7
chore: update flake inputs - opencode(v1.2.9)
2026-02-20 09:02:42 +01:00
m3tm3re
839d7ae743
feat(ci): support custom update scripts for specific packages
...
Add detection logic to distinguish between:
- nix-update-script (standard packages like beads, td, mem0, etc.)
- Custom scripts (like n8n's update.sh that strips 'n8n@' prefix)
For custom scripts, run them directly with standard env vars:
- UPDATE_NIX_NAME, UPDATE_NIX_PNAME
- UPDATE_NIX_OLD_VERSION, UPDATE_NIX_ATTR_PATH
This ensures n8n only gets stable releases via its custom script.
2026-02-20 09:01:06 +01:00
m3tm3re
2e37c16ac7
fix(ci): resolve nix-update workflow issues
...
- Remove --use-update-script flag that breaks with flake-only repos
(nix-update-script expects default.nix at repo root)
- Fix GitHub API jq filter for detecting prereleases
- Fix Summary step bash syntax for handling input variables
- Format lib/ files that were failing formatting check
2026-02-20 08:30:26 +01:00
m3tm3re
3b99d1215e
fix: n8n update script
2026-02-20 08:13:46 +01:00
m3tm3re
f05865972b
fix(ci): dynamic flake input discovery and updateScript support
...
- Replace hardcoded opencode update step with dynamic discovery of all
version-pinned flake inputs via nix flake metadata --json
- Add --use-update-script flag to nix-update command so packages with
custom passthru.updateScript (like n8n) use their custom scripts
- Update output variables from update-opencode to update-flake-inputs
- Update Summary step to reflect new generic flake input handling
2026-02-20 07:51:21 +01:00
m3tm3re
58312b2ca2
feat: add openspec package
Update Nix Packages with nix-update / nix-update (push) Failing after 23s
2026-02-18 17:55:07 +01:00
m3tm3re
dc206b13e2
feat(shells): add opencode dev shell with mkOpencodeRules demo
Update Nix Packages with nix-update / nix-update (push) Failing after 2m27s
2026-02-17 20:16:11 +01:00
m3tm3re
d43bb33dcb
feat(lib): add opencode-rules helper for per-project rule injection
...
- Create lib/opencode-rules.nix with mkOpencodeRules function
- Update lib/default.nix to import opencode-rules module
- Pattern follows ports.nix: {lib}: { mkOpencodeRules = ...; }
Refs: T2, T3 of rules-system plan
2026-02-17 18:59:43 +01:00
nix-update bot
d2ec6a0474
sidecar: 0.73.1 -> 0.74.0
...
Update Nix Packages with nix-update / nix-update (push) Failing after 5m34s
Diff: https://github.com/marcus/sidecar/compare/v0.73.1...v0.74.0
Changelog: https://github.com/marcus/sidecar/releases/tag/v0.74.0
2026-02-17 03:18:11 +01:00
nix-update bot
f69dd15474
chore: update opencode flake input to 1.2.6
2026-02-17 03:17:38 +01:00
nix-update bot
c7935658e6
td: 0.36.0 -> 0.37.0
...
Update Nix Packages with nix-update / nix-update (push) Successful in 18m53s
Diff: https://github.com/marcus/td/compare/v0.36.0...v0.37.0
2026-02-16 03:29:20 +01:00
nix-update bot
af56407296
sidecar: 0.72.0 -> 0.73.1
...
Diff: https://github.com/marcus/sidecar/compare/v0.72.0...v0.73.1
Changelog: https://github.com/marcus/sidecar/releases/tag/v0.73.1
2026-02-16 03:29:06 +01:00
nix-update bot
51dd2be6ea
chore: update opencode flake input to 1.2.5
2026-02-16 03:28:33 +01:00
nix-update bot
6ebd7b94d5
td: 0.34.0 -> 0.36.0
...
Update Nix Packages with nix-update / nix-update (push) Successful in 30m36s
Diff: https://github.com/marcus/td/compare/v0.34.0...v0.36.0
2026-02-15 03:18:42 +01:00
nix-update bot
22bfba739d
sidecar: 0.71.1 -> 0.72.0
...
Diff: https://github.com/marcus/sidecar/compare/v0.71.1...v0.72.0
Changelog: https://github.com/marcus/sidecar/releases/tag/v0.72.0
2026-02-15 03:18:28 +01:00
nix-update bot
9d27e48b2b
chore: update opencode flake input to 1.2.4
2026-02-15 03:17:54 +01:00
nix-update bot
3f26c44b5a
chore: update opencode flake input to 1.2.1
Update Nix Packages with nix-update / nix-update (push) Successful in 19m58s
2026-02-14 15:19:39 +01:00
m3tm3re
6775659538
chore: remove .sidecar-* files from tracking
Update Nix Packages with nix-update / nix-update (push) Successful in 20m2s
2026-02-14 07:34:08 +01:00
m3tm3re
b80422c16e
chore: ignore all .sidecar-* files
2026-02-14 07:31:57 +01:00
m3tm3re
a6c1d7cf97
chore: add AI agent directories to gitignore
2026-02-14 07:30:35 +01:00
m3tm3re
e6c22a04d7
feat: add notesmd-cli package and flake checks
...
- Add notesmd-cli package for Obsidian CLI interaction
- Add flake checks for package build verification
- Add documentation for notesmd-cli, sidecar, and td
- Update AGENTS.md to reference td instead of beads
- Format pkgs/default.nix with proper braces
2026-02-14 07:15:06 +01:00
nix-update bot
56a7a7bfa8
n8n: n8n@2.8.1 -> n8n@2.7.5
...
Diff: https://github.com/n8n-io/n8n/compare/n8n@2.8.1...n8n@2.7.5
Changelog: https://github.com/n8n-io/n8n/releases/tag/n8n@n8n@2.7.5
2026-02-14 03:02:08 +01:00
nix-update bot
42cd0849b4
n8n: n8n@2.7.4 -> n8n@2.8.1
...
Update Nix Packages with nix-update / nix-update (push) Successful in 8m45s
Diff: https://github.com/n8n-io/n8n/compare/n8n@2.7.4...n8n@2.8.1
Changelog: https://github.com/n8n-io/n8n/releases/tag/n8n@n8n@2.8.1
2026-02-13 06:56:31 +01:00
nix-update bot
47b622745d
chore: update opencode flake input to 1.1.65
2026-02-13 06:54:31 +01:00
sascha.koenig
fbeb39ec22
Merge branch 'bugfix-opencode-flake-input'
2026-02-13 06:51:03 +01:00
sascha.koenig
8ab5b4de8d
fix: gitea runner opencode.url flake input
2026-02-13 06:50:44 +01:00
m3tm3re
dc2f3b6802
feat: update opencode to v1.1.60 and re-enable opencode-desktop
...
Update Nix Packages with nix-update / nix-update (push) Failing after 1s
- Update opencode flake input to v1.1.60
- Add nixpkgs-master input for opencode (needs newer bun)
- Re-enable opencode-desktop with workaround for upstream issue #11755
- Add specta/tauri outputHashes for git dependencies
- Add .todos/ to gitignore
- Update AGENTS.md with td task management instructions
2026-02-12 19:42:11 +01:00
m3tm3re
909acf61d3
add opencode to sidecar deps
Update Nix Packages with nix-update / nix-update (push) Successful in 25s
2026-02-11 19:58:52 +01:00
m3tm3re
105629502a
fix: add tmux to sidecar deps
2026-02-11 18:03:31 +01:00
nix-update bot
f1fff4245f
td: 0.33.0 -> 0.34.0
...
Diff: https://github.com/marcus/td/compare/v0.33.0...v0.34.0
2026-02-11 15:04:45 +01:00
nix-update bot
d85f2df603
n8n: n8n@2.6.4 -> n8n@2.7.4
...
Diff: https://github.com/n8n-io/n8n/compare/n8n@2.6.4...n8n@2.7.4
Changelog: https://github.com/n8n-io/n8n/releases/tag/n8n@n8n@2.7.4
2026-02-11 15:04:27 +01:00