README: readd `nix registry add`

This commit is contained in:
Astro 2022-01-07 00:35:39 +01:00
parent 3f1d190b76
commit 3b0a14be73
1 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,17 @@
# Setup
## Add this repo to your local Nix registry
As an alternative to a local checkout, always pull the latest code
from this repo.
```bash
nix registry add c3d2 git+https://gitea.c3d2.de/C3D2/nix-config
```
This enables `nix` commands to find this Flake given the `c3d2#`
prefix in some arguments.
## Working with this repo
If you checked out this git repository for working on the code,