mirror of https://github.com/helix-editor/helix
deploy: 61a89956e3
parent
2576173e75
commit
4467a61eb4
|
@ -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
|
<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>
|
in the AUR, which builds the master branch.</p>
|
||||||
<h3 id="nixos"><a class="header" href="#nixos">NixOS</a></h3>
|
<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
|
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
|
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
|
flake is configured to automatically make use of this cache assuming the user
|
||||||
|
|
|
@ -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
|
<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>
|
in the AUR, which builds the master branch.</p>
|
||||||
<h3 id="nixos"><a class="header" href="#nixos">NixOS</a></h3>
|
<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
|
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
|
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
|
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
Loading…
Reference in New Issue