From a7d14c374d41cfb41e23feb3bd13a5905864f21d Mon Sep 17 00:00:00 2001 From: kekrby Date: Sat, 3 Sep 2022 22:40:18 +0300 Subject: [PATCH] README: mention prebuilt isos earlier --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3331901..56294d7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ## NixOS Iso for T2 Macs -You can use this flake to build a NixOS iso that can be used with T2 Macs. +This flake can be used to build a NixOS installer that can be used with T2 Macs. + +Prebuilt installers are available in the [releases page](https://github.com/kekrby/nixos-t2-iso/releases). This repo provides two isos: * `t2-iso-minimal` @@ -8,6 +10,8 @@ This repo provides two isos: It is recommended to use `t2-iso-minimal` for installing NixOS. `t2-iso-gnome` can be used to preview what the system will look like after the installation. +## Building + You can build with this command: ``` nix build .#t2-iso-minimal @@ -15,8 +19,6 @@ 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. -Prebuilt isos are also available in the [releases page](https://github.com/kekrby/nixos-t2-iso/releases). - As iso files can be quite large depending on their content, they are split into multiple parts. You can join them with this command after downloading all the files for the variant you want: ``` cat t2-iso-.iso-part-* > t2-iso-.iso