diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-08-30 16:24:31 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-08-30 16:41:10 +0900 |
| commit | dfd9e72b1786597db643d50c7a55d1fcbadf7802 (patch) | |
| tree | 0d01d8547e4ddc372931b3a07d2467a0a5847c61 /README.md | |
| parent | 2f6689c3c1476c40a7c722491c1fcd5763e7d55f (diff) | |
| download | php-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.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
