aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-08-30 16:24:31 +0900
committernsfisis <nsfisis@gmail.com>2026-08-30 16:41:10 +0900
commitdfd9e72b1786597db643d50c7a55d1fcbadf7802 (patch)
tree0d01d8547e4ddc372931b3a07d2467a0a5847c61 /README.md
parent2f6689c3c1476c40a7c722491c1fcd5763e7d55f (diff)
downloadphp-shirabe-dfd9e72b1786597db643d50c7a55d1fcbadf7802.tar.gz
php-shirabe-dfd9e72b1786597db643d50c7a55d1fcbadf7802.tar.zst
php-shirabe-dfd9e72b1786597db643d50c7a55d1fcbadf7802.zip
build(nix): add a package output producing the binary
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
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