1
0
Fork 0

more fixes to the readme

This commit is contained in:
Pierre Penninckx 2023-11-20 22:17:38 -08:00 committed by GitHub
parent d6a325ff34
commit f2ccac353c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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