From e95ae9ea789425d3d69dd9871c7fee7986b5bd1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Mon, 23 Jun 2025 21:15:21 +0200 Subject: [PATCH] README: update installation disk generation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58f033b7..80b8dcf1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repo is managed with Nix + GNU stow # Installation Guide (for myself & those who are interested) - Generate image & boot We do this because the default one doesn't have all the utilities we want (e.g. disko). - - generate image `nix build .#nixosConfigurations.installer.config.system.build.isoImage` + - generate image `nom-build --attr nixosConfigurations.installer.config.system.build.isoImage` - `dd` the image to a flash drive (remember to `sync`) - boot off that flash drive