add boostrap instructions
This commit is contained in:
parent
f19ce93b91
commit
89fff07d27
|
@ -15,6 +15,11 @@ sh <(curl -L https://nixos.org/nix/install) --daemon
|
||||||
mkdir ~/Projects
|
mkdir ~/Projects
|
||||||
cd ~/Projects
|
cd ~/Projects
|
||||||
nix-shell -p git --run "git clone https://gitlab.com/ChaotiCryptidz/nixfiles"
|
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
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue