From 6a3edefad385966a34716b08b87235ed449c1ca3 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Wed, 15 Oct 2025 10:24:39 +0200 Subject: [PATCH] docs: Update CHANGELOG with Nix flake support docs: Add nix run example to CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2217598e..a716012b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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