Add link to nixos-generators

This commit is contained in:
TakeV 2023-03-29 20:58:04 -07:00
parent 89e46d8958
commit 3001393b12
Signed by: TakeV
GPG Key ID: A64F41345C7400AF
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
```
## Building and Running
We are using the [nixos-generators](https://github.com/nix-community/nixos-generators) package to help coordinate builds.
### VM
To build the VM:
`nix run github:nix-community/nixos-generators -- -c default.nix -f vm -o result/vm`