No description
Find a file
2022-12-04 09:53:21 +03:00
.github/workflows CI: remove unnecessary condition to setup binary cache 2022-10-03 21:26:30 +03:00
nix t2-iso-minimal, t2-iso-gnome: move nixpkgs.config.allowBroken to common.nix 2022-11-04 18:09:31 +03:00
flake.lock flake: update nixpkgs and nixos-hardware (kernel 6.0.11) 2022-12-04 09:53:21 +03:00
flake.nix t2-iso-minimal, t2-iso-gnome: use binary cache and keep common settings in common.nix 2022-10-02 17:56:05 +03:00
LICENSE nixos-t2-iso: init 2022-08-28 09:34:06 +03:00
README.md README: make it clear that a Linux VM should be used on macOS 2022-11-27 21:30:48 +03:00

NixOS Installers for 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.

This repo provides two ISOs:

  • t2-iso-minimal
  • t2-iso-gnome

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

The build has to be done in Linux. If you are on macOS, you should do the build in a Linux VM.

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-<variant>.iso-part-* > t2-iso-<variant>.iso