Skip to content

Commit 18de879

Browse files
committed
docs: add NixOS installation section
1 parent 870046e commit 18de879

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ Or build directly from `master`:
2828
cargo install --git https://github.com/hecrj/icebreaker.git
2929
```
3030

31+
### NixOS
32+
33+
Icebreaker is packaged in [nixpkgs](https://github.com/NixOS/nixpkgs) (maintained by [DerGrumpf](https://github.com/DerGrumpf)) as `icebreaker-chat` (the name `icebreaker` was already taken by an unrelated package):
34+
35+
```bash
36+
nix run nixpkgs#icebreaker-chat
37+
```
38+
39+
Or add `pkgs.icebreaker-chat` to your configuration's `environment.systemPackages`.
40+
41+
> [!Note]
42+
> This package isn't in a stable NixOS release yet; use `nixpkgs-unstable` or `master` until it lands.
43+
3144
## Why "Icebreaker"?
3245

3346
[Blame Mistral!](assets/naming.png)

0 commit comments

Comments
 (0)