readme: add build command for flakes

flake-to-override
Alexander Tomokhov 2023-09-18 17:23:22 +04:00
parent e4473ec733
commit 3bf91c25c3
1 changed files with 9 additions and 1 deletions

View File

@ -64,4 +64,12 @@ Example JSON config:
}
]
}
```
```
# flakes edition
Build with:
```console
$ nixos-rebuild build --flake .#just-nixos
```