mirror of
https://github.com/t2linux/nixos-t2-iso.git
synced 2026-08-16 05:18:14 -07:00
96e434df738b8c71f75d3d726c38fc138247af97
Flake lock file updates:
• Updated input 'nixos-hardware':
'github:NixOS/nixos-hardware/f7bee55a5e551bd8e7b5b82c9bc559bc50d868d1?narHash=sha256-bUGjvaPVsOfQeTz9/rLTNLDyqbzhl0CQtJJlhFPhIYw%3D' (2025-04-24)
→ 'github:NixOS/nixos-hardware/497ae1357f1ac97f1aea31a4cb74ad0d534ef41f?narHash=sha256-136MeWtckSHTN9Z2WRNRdZ8oRP3vyx3L8UxeBYE%2BJ9w%3D' (2025-07-02)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/f771eb401a46846c1aebd20552521b233dd7e18b?narHash=sha256-ITSpPDwvLBZBnPRS2bUcHY3gZSwis/uTe255QgMtTLA%3D' (2025-04-24)
→ 'github:NixOS/nixpkgs/3016b4b15d13f3089db8a41ef937b13a9e33a8df?narHash=sha256-P/SQmKDu06x8yv7i0s8bvnnuJYkxVGBWLWHaU%2Btt4YY%3D' (2025-06-30)
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-minimalt2-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 .#packages.x86_64-linux.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.
Languages
Nix
100%