add boostrap instructions

This commit is contained in:
ChaotiCryptidz 2022-03-09 18:54:47 +00:00
parent f19ce93b91
commit 89fff07d27
No known key found for this signature in database

View file

@ -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