No description
Find a file
2022-08-28 21:06:00 +03:00
.github/workflows CI: fix maximum release file size (it is one byte less than 2GiB, not 2GiB) 2022-08-28 21:06:00 +03:00
nix nixos-t2-iso: init 2022-08-28 09:34:06 +03:00
flake.lock flake: update nixos-hardware (kernel 5.19.4) 2022-08-28 17:27:31 +03:00
flake.nix flake: update nixos-hardware and change nixpkgs to my fork (until my PR gets merged) 2022-08-28 09:51:58 +03:00
LICENSE nixos-t2-iso: init 2022-08-28 09:34:06 +03:00
README.md README: clarify building steps and requirements 2022-08-28 09:34:09 +03:00

NixOS Iso for T2 Macs

You can use this flake to build a NixOS iso that can be used with T2 Macs.

This repo provides two isos:

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

It is reccommended to use t2-iso-minimal for installing NixOS. t2-iso-gnome can be used to preview what the system will look after the installation.

You can build with this command:

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.