You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This flake can be used to build a NixOS installer that can be used with T2 Macs.
4
4
5
5
Prebuilt installers are available in the [releases page](https://github.com/kekrby/nixos-t2-iso/releases).
6
6
7
-
This repo provides two isos:
7
+
This repo provides two ISOs:
8
8
*`t2-iso-minimal`
9
9
*`t2-iso-gnome`
10
10
@@ -19,7 +19,7 @@ nix build .#t2-iso-minimal
19
19
20
20
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.
21
21
22
-
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:
22
+
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:
0 commit comments