From 89fff07d27c4728ae95ddd9729b5301929e7cde9 Mon Sep 17 00:00:00 2001 From: ChaotiCryptidz Date: Wed, 9 Mar 2022 18:54:47 +0000 Subject: [PATCH] add boostrap instructions --- MACMINI_SETUP_GUIDE.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/MACMINI_SETUP_GUIDE.md b/MACMINI_SETUP_GUIDE.md index ede9c4a..ec1e576 100644 --- a/MACMINI_SETUP_GUIDE.md +++ b/MACMINI_SETUP_GUIDE.md @@ -15,6 +15,11 @@ sh <(curl -L https://nixos.org/nix/install) --daemon mkdir ~/Projects cd ~/Projects nix-shell -p git --run "git clone https://gitlab.com/ChaotiCryptidz/nixfiles" +``` +### Bootstrap Nix-Darwin +``` +nix build ~/.config/darwin\#darwinConfigurations.MacMini.system +./result/sw/bin/darwin-rebuild switch --flake ~/.config/darwin +``` -### Bootstrap