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:
bors[bot] 2021-04-10 20:44:48 +00:00 committed by GitHub
commit 1f25b0b061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ add your own cache, assuming the template lives in /etc/nixos, by simply
running `sudo cachix use yourcache`. running `sudo cachix use yourcache`.
These caches are only added to the system after a `nixos-rebuild switch`, so it 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. will save a lot of build time.
In the future, users will be able to skip this step once the ability to define In the future, users will be able to skip this step once the ability to define