add b
This commit is contained in:
parent
02ac352a5d
commit
c9e3d33261
|
@ -19,6 +19,11 @@ nix-shell -p git --run "git clone https://gitlab.com/ChaotiCryptidz/nixfiles"
|
|||
### Bootstrap Nix-Darwin
|
||||
```
|
||||
nix --experimental-features "nix-command flakes" build .#darwinConfigurations.MacMini.system
|
||||
|
||||
echo -e "run\tprivate/var/run" | sudo tee -a /etc/synthetic.conf
|
||||
/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -B
|
||||
/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -t
|
||||
|
||||
./result/sw/bin/darwin-rebuild switch --flake .#darwinConfigurations.MacMini
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue