Add ISO building command to README

This commit is contained in:
Joshua Yuen 2025-07-29 14:50:27 -04:00
parent 14558b27bd
commit 9a6a4b24b3
Signed by: josh
GPG Key ID: 502720BC22ED411C
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# Building NixOS VM
`nix build .#nixosConfigurations.nixosvm.config.system.build.vm`
https://gist.github.com/FlakM/0535b8aa7efec56906c5ab5e32580adf
# Building NixOS ISO
`nix build .#nixosConfigurations.live.config.system.build.isoImage`