book: Mention Helix package in nixpkgs (#7064)
This commit is contained in:
parent
6e647e83ed
commit
61a89956e3
1 changed files with 4 additions and 1 deletions
|
@ -82,7 +82,10 @@ in the AUR, which builds the master branch.
|
||||||
|
|
||||||
### NixOS
|
### NixOS
|
||||||
|
|
||||||
Helix is available as a [flake](https://nixos.wiki/wiki/Flakes) in the project
|
Helix is available in [nixpkgs](https://github.com/nixos/nixpkgs) through the `helix` attribute,
|
||||||
|
the unstable channel usually carries the latest release.
|
||||||
|
|
||||||
|
Helix is also available as a [flake](https://nixos.wiki/wiki/Flakes) in the project
|
||||||
root. Use `nix develop` to spin up a reproducible development shell. Outputs are
|
root. Use `nix develop` to spin up a reproducible development shell. Outputs are
|
||||||
cached for each push to master using [Cachix](https://www.cachix.org/). The
|
cached for each push to master using [Cachix](https://www.cachix.org/). The
|
||||||
flake is configured to automatically make use of this cache assuming the user
|
flake is configured to automatically make use of this cache assuming the user
|
||||||
|
|
Loading…
Add table
Reference in a new issue