Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 218 Bytes

File metadata and controls

10 lines (9 loc) · 218 Bytes

Pre Nix stuff

# Install nix
sh <(curl -L https://nixos.org/nix/install)

# add nix-darwin channel
nix-channel --add https://github.com/LnL7/nix-darwin/archive/master.tar.gz \
darwin
nix-channel --update