From 3b0a14be73bff08ccbfaa21cf38a9a64e538785e Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 7 Jan 2022 00:35:39 +0100 Subject: [PATCH] README: readd `nix registry add` --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e029e502..747abdff 100644 --- a/README.md +++ b/README.md @@ -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,