From f2ccac353cd8f688971d49da7087b7816d9d5bab Mon Sep 17 00:00:00 2001 From: Pierre Penninckx Date: Mon, 20 Nov 2023 22:17:38 -0800 Subject: [PATCH] more fixes to the readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c244a14..d37cb75 100644 --- a/README.md +++ b/README.md @@ -673,7 +673,7 @@ imports = [ ] ``` -For the rest, see the +For the rest, see the above [building blocks](#building-blocks), [provided services](#provided-services) and [demos](#demos) sections. ## Tips @@ -700,7 +700,13 @@ selfhostblocks.url = "/home/me/projects/selfhostblocks"; Or override on the command line: ```bash -$ nix run nixpkgs#colmena --override-input selfhostblocks ../selfhostblocks -- apply +$ nix flake lock --override-input selfhostblocks ../selfhostblocks +``` + +I usually combine the override snippet above with deploying: + +```bash +$ nix flake lock --override-input selfhostblocks ../selfhostblocks && nix run nixpkgs#colmena -- apply ``` ### Diff changes