Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 478 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 478 Bytes

Nix config

Start

Pre

softwareupdate --install-rosetta --agree-to-license
xcode-select --install

Build

Note

First installation

nix run nix-darwin -- --flake github:philingood/nix-config#darwinConfigurations.HackerBook.system
nix --extra-experimental-features "nix-command flakes" build .#darwinConfigurations.HackerBook.system
./result/sw/bin/darwin-rebuild switch --flake .#HackerBook

Post