Provision a workstation.
- Install nix:
- Graphical Installer
- CLI:
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
- Clone the repository:
git clone https://github.com/jonathanmorley/nixpkgs.git ~/.nixpkgs
- Add host config block to flake.nix.
- Run
nix --extra-experimental-features 'nix-command flakes' run nix-darwin -- switch --flake ~/.nixpkgs
to apply changes.