No description
Find a file
2023-07-10 22:15:25 +02:00
.github/workflows CI: update cachix-action 2023-01-23 12:43:13 +03:00
nix t2-iso-minimal, t2-iso-gnome: move common imports to common.nix 2022-12-06 20:40:19 +03:00
flake.lock Dependencies: Update nixpkgs to latest 2023-07-10 22:15:25 +02:00
flake.nix Dependencies: Switch from kekrby's nixos-hardware fork to upstream 2023-07-10 22:14:24 +02:00
LICENSE Dependencies: Switch from kekrby's nixos-hardware fork to upstream 2023-07-10 22:14:24 +02:00
README.md README: Update URL of releases page 2023-07-10 22:12:31 +02:00

NixOS Installers for T2 Macs

This flake can be used to build a NixOS installer that can be used with T2 Macs.

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.

Prebuilt installers are available in the releases page.

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

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.