docs: Update CHANGELOG with Nix flake support

docs: Add nix run example to CHANGELOG
This commit is contained in:
Willi Ballenthin
2025-10-15 10:24:39 +02:00
parent 84ba574dff
commit 6a3edefad3

View File

@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- **Nix Flake Support**: Declarative builds and installation via Nix
- Multi-platform support (x86_64/aarch64 for Linux and macOS)
- `nix build` to build the bd binary
- `nix run` support for running bd directly without installation
- Example flake input: `inputs.beads.url = "github:steveyegge/beads"`
- Example usage: `nix run github:steveyegge/beads -- ready --json`
## [0.9.2] - 2025-10-14
### Added