Skip to content

Commit c1c2c9c

Browse files
committed
docs(release): Add Nix flake install instructions to release notes
Adds a Nix Flake section to the release body template alongside the existing curl, binary download, and container image options. Shows both `nix run` for one-shot execution and the Flox manifest entry for cross-repo consumption, both pinned to the released tag.
1 parent 62505b5 commit c1c2c9c

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.releaserc.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,21 @@ plugins:
130130
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/bin
131131
```
132132
133+
### Nix Flake
134+
135+
Run directly without installing:
136+
137+
```bash
138+
nix run github:inference-gateway/cli/<%= nextRelease.gitTag %>
139+
```
140+
141+
Or pin it in a [Flox](https://flox.dev) manifest (`.flox/env/manifest.toml`):
142+
143+
```toml
144+
[install]
145+
infer.flake = "github:inference-gateway/cli/<%= nextRelease.gitTag %>"
146+
```
147+
133148
### Binary Download
134149
135150
Download the appropriate binary for your platform from the assets below.

0 commit comments

Comments
 (0)