mirror of https://github.com/helix-editor/helix
nix flake: make the binary cache "just work" (#2999)
parent
6100b1ba08
commit
fefa4d8c59
|
@ -22,8 +22,12 @@ the project root. The flake can also be used to spin up a reproducible developme
|
||||||
shell for working on Helix with `nix develop`.
|
shell for working on Helix with `nix develop`.
|
||||||
|
|
||||||
Flake outputs are cached for each push to master using
|
Flake outputs are cached for each push to master using
|
||||||
[Cachix](https://www.cachix.org/). With Cachix
|
[Cachix](https://www.cachix.org/). The flake is configured to
|
||||||
[installed](https://docs.cachix.org/installation), `cachix use helix` will
|
automatically make use of this cache assuming the user accepts
|
||||||
|
the new settings on first use.
|
||||||
|
|
||||||
|
If you are using a version of Nix without flakes enabled you can
|
||||||
|
[install Cachix cli](https://docs.cachix.org/installation); `cachix use helix` will
|
||||||
configure Nix to use cached outputs when possible.
|
configure Nix to use cached outputs when possible.
|
||||||
|
|
||||||
### Arch Linux
|
### Arch Linux
|
||||||
|
|
Loading…
Reference in New Issue