Skip to content

philingood/nix-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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