Commit Graph

134 Commits

Author SHA1 Message Date
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
All checks were successful
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
Some checks failed
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
Some checks failed
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
Some checks failed
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
Some checks failed
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
Some checks failed
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
All checks were successful
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
All checks were successful
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
All checks were successful
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
All checks were successful
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
All checks were successful
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
Some checks failed
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
All checks were successful
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
nix-update bot
f6af27e960 chore: update opencode flake input to 1.1.57 2026-02-11 15:02:32 +01:00
nix-update bot
19456800ed sidecar: 0.71.0 -> 0.71.1
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 12m34s
Diff: https://github.com/marcus/sidecar/compare/v0.71.0...v0.71.1

Changelog: https://github.com/marcus/sidecar/releases/tag/v0.71.1
2026-02-11 03:03:29 +01:00
nix-update bot
8dac838645 chore: update opencode flake input to 1.1.56 2026-02-11 03:02:55 +01:00
sascha.koenig
644c7eac5d feat: add sidecar and td packages, fix neovim extraLuaConfig
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 4m18s
2026-02-10 08:33:38 +01:00
sascha.koenig
90a5344f62 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38?narHash=sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs%3D' (2026-01-11)
  → 'github:NixOS/nixpkgs/d6c71932130818840fc8fe9509cf50be8c64634f?narHash=sha256-ub1gpAONMFsT/GU2hV6ZWJjur8rJ6kKxdm9IlCT0j84%3D' (2026-02-08)
2026-02-10 06:52:53 +01:00
nix-update bot
8751ef9b1f n8n: n8n@2.4.8 -> n8n@2.6.4
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 17s
Diff: https://github.com/n8n-io/n8n/compare/n8n@2.4.8...n8n@2.6.4

Changelog: https://github.com/n8n-io/n8n/releases/tag/n8n@n8n@2.6.4
2026-02-09 19:16:43 +01:00
nix-update bot
de0bdd8ae3 mem0: 1.0.2 -> 1.0.3
Diff: https://github.com/mem0ai/mem0/compare/v1.0.2...v1.0.3

Changelog: https://github.com/mem0ai/mem0/releases/tag/v1.0.3
2026-02-09 19:13:14 +01:00
nix-update bot
caa2fd57dd chore: update opencode flake input to 1.1.53 2026-02-09 19:12:57 +01:00
m3tm3re
62ce3dc646 fix(workflow): sequential updates with cleanup on failure
- Run nix-update sequentially instead of parallel to avoid race conditions
- Clean up uncommitted changes after failed updates (git checkout/clean)
- Simplify push logic by removing stash/pop complexity
- Remove upload-artifact@v4 (unsupported on Gitea Actions)
2026-02-09 19:12:22 +01:00
m3tm3re
3c87721011 docs: document opencode-desktop workaround (upstream #11755)
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 2m21s
2026-02-07 15:10:21 +01:00