Merge #227
227: Fix documentation mistake after project rename r=nrdxp a=lycheese After the project rename the cachix documentation in `cachix/README.md` contains instructions that do not work (`cachix use divnix`). Tested that `cachix use nrdxp` works and should have the intended effect. Co-authored-by: lycheese <4779944-lycheese@users.noreply.gitlab.com>
This commit is contained in:
commit
1f25b0b061
|
@ -5,7 +5,7 @@ add your own cache, assuming the template lives in /etc/nixos, by simply
|
|||
running `sudo cachix use yourcache`.
|
||||
|
||||
These caches are only added to the system after a `nixos-rebuild switch`, so it
|
||||
is recommended to call `cachix use divnix` before the initial deployment, as it
|
||||
is recommended to call `cachix use nrdxp` before the initial deployment, as it
|
||||
will save a lot of build time.
|
||||
|
||||
In the future, users will be able to skip this step once the ability to define
|
||||
|
|
Loading…
Reference in a new issue