README: clarify building steps and requirements
This commit is contained in:
parent
18b206807a
commit
8c5f6df7f1
1 changed files with 7 additions and 0 deletions
|
|
@ -7,3 +7,10 @@ This repo provides two isos:
|
|||
* `t2-iso-gnome`
|
||||
|
||||
It is reccommended to use `t2-iso-minimal` for installing NixOS. `t2-iso-gnome` can be used to preview what the system will look after the installation.
|
||||
|
||||
You can build with this command:
|
||||
```
|
||||
nix build .#t2-iso-minimal
|
||||
```
|
||||
|
||||
You need to have `nix` installed on a **Linux** host. If you are on macOS, you can use `podman` or `docker` with the `nixos/nix` image.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue