more fixes to the readme
This commit is contained in:
parent
d6a325ff34
commit
f2ccac353c
1 changed files with 8 additions and 2 deletions
10
README.md
10
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
|
## Tips
|
||||||
|
|
||||||
|
|
@ -700,7 +700,13 @@ selfhostblocks.url = "/home/me/projects/selfhostblocks";
|
||||||
Or override on the command line:
|
Or override on the command line:
|
||||||
|
|
||||||
```bash
|
```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
|
### Diff changes
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue