From dfd9e72b1786597db643d50c7a55d1fcbadf7802 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 30 Aug 2026 16:24:31 +0900 Subject: build(nix): add a package output producing the binary Co-Authored-By: Claude Opus 5 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ba84d1ba..cfc017a8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ Building Shirabe requires: * Direnv (optional) Nix flake supported; use `nix develop` to enter the development shell. -TODO: support `nix build` ## Build @@ -38,6 +37,12 @@ $ composer install --no-dev --working-dir=composer $ cargo build --release ``` +### Nix + +``` +$ nix build +``` + ## Test -- cgit v1.3.1-4-g156e