You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments