diff options
| author | Baitinq <[email protected]> | 2022-09-07 14:23:46 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-07 14:23:46 +0200 |
| commit | 943928b536ba18a8f7c0535d155457c5cc6c4ce1 (patch) | |
| tree | 10233304133de5a20bce419500e9ba91ce04d4d8 /README.md | |
| parent | Modules: Virtualisation: Virtualbox: Remove guest extension (diff) | |
| download | nixos-config-943928b536ba18a8f7c0535d155457c5cc6c4ce1.tar.gz nixos-config-943928b536ba18a8f7c0535d155457c5cc6c4ce1.tar.bz2 nixos-config-943928b536ba18a8f7c0535d155457c5cc6c4ce1.zip | |
Misc: Update README instructions for iso building
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 893c364..23c16e8 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,5 @@ home-manager switch --flake .#HOST # ISO ## Building ``` -nix build .#nixosConfigurations.HOST.config.system.build.isoImage +nix build .#isoConfigurations.HOST.config.system.build.isoImage ``` |