Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/package-managers.md')
| -rw-r--r-- | book/src/package-managers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/package-managers.md b/book/src/package-managers.md index 99d2a350..3cfd3100 100644 --- a/book/src/package-managers.md +++ b/book/src/package-managers.md @@ -63,7 +63,7 @@ in the AUR, which builds the master branch. 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 +Helix is also available as a [flake](https://wiki.nixos.org/wiki/Flakes) in the project 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 flake is configured to automatically make use of this cache assuming the user |