pull/11885/head
the-mikedavis 2023-05-26 09:33:37 +00:00
parent 2576173e75
commit 4467a61eb4
4 changed files with 8 additions and 4 deletions

View File

@ -230,7 +230,9 @@ sudo dnf install helix
<p>Additionally, a <a href="https://aur.archlinux.org/packages/helix-git/">helix-git</a> package is available
in the AUR, which builds the master branch.</p>
<h3 id="nixos"><a class="header" href="#nixos">NixOS</a></h3>
<p>Helix is available as a <a href="https://nixos.wiki/wiki/Flakes">flake</a> in the project
<p>Helix is available in <a href="https://github.com/nixos/nixpkgs">nixpkgs</a> through the <code>helix</code> attribute,
the unstable channel usually carries the latest release.</p>
<p>Helix is also available as a <a href="https://nixos.wiki/wiki/Flakes">flake</a> in the project
root. Use <code>nix develop</code> to spin up a reproducible development shell. Outputs are
cached for each push to master using <a href="https://www.cachix.org/">Cachix</a>. The
flake is configured to automatically make use of this cache assuming the user

View File

@ -239,7 +239,9 @@ sudo dnf install helix
<p>Additionally, a <a href="https://aur.archlinux.org/packages/helix-git/">helix-git</a> package is available
in the AUR, which builds the master branch.</p>
<h3 id="nixos"><a class="header" href="#nixos">NixOS</a></h3>
<p>Helix is available as a <a href="https://nixos.wiki/wiki/Flakes">flake</a> in the project
<p>Helix is available in <a href="https://github.com/nixos/nixpkgs">nixpkgs</a> through the <code>helix</code> attribute,
the unstable channel usually carries the latest release.</p>
<p>Helix is also available as a <a href="https://nixos.wiki/wiki/Flakes">flake</a> in the project
root. Use <code>nix develop</code> to spin up a reproducible development shell. Outputs are
cached for each push to master using <a href="https://www.cachix.org/">Cachix</a>. The
flake is configured to automatically make use of this cache assuming the user

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long