Use upstream QMD on Linux
Keep the QMD package internal to OpenClaw, but source it from upstream tobi/qmd on Linux and from the repaired nix-openclaw-tools package on Darwin until upstream Darwin packaging works. Tests: scripts/check-flake-lock-owners.sh; nix build .#checks.aarch64-darwin.qmd-runtime --no-link; nix eval .#packages.x86_64-linux.qmd.outPath; nix eval .#packages.aarch64-darwin.qmd.outPath; git diff --check
This commit is contained in:
parent
505c50fa58
commit
32f0772a59
@ -706,7 +706,7 @@ home-manager switch --rollback # revert
|
||||
|
||||
### Local memory
|
||||
|
||||
`openclaw` includes QMD internally as the supported local memory backend. It is not enabled automatically.
|
||||
`openclaw` includes QMD internally as the supported local memory backend. It is not enabled automatically. Linux uses upstream `tobi/qmd`; Darwin uses the repaired `nix-openclaw-tools` package until upstream QMD is fixed there.
|
||||
|
||||
Opt in through normal OpenClaw config:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user