Skip to content

Commit da2041d

Browse files
committed
updates
1 parent 71fe30b commit da2041d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ chmod +x nix-installer
1414
For macos defaults to work, you need to [grant full disk access to the terminal](https://www.alfredapp.com/help/troubleshooting/indexing/terminal-full-disk-access/).
1515

1616
```shell
17-
sudo mv /etc/nix/nix.conf{,.before-nix-darwin}
18-
nix --extra-experimental-features 'flakes nix-command' run nix-darwin -- switch --flake .
17+
sudo nix run nix-darwin -- switch --flake .
18+
nix run home-manager -- switch --flake .
1919
```
2020

2121
## Raspberry Pi bootstrap

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,8 @@
194194
nixpkgs = inputs.nixpkgs-darwin-25-05;
195195
nix-darwin = inputs.nix-darwin-25-05;
196196
modules = [
197-
./darwin-modules/nix.nix
198-
199197
{
198+
nix.enable = false; # Determinate Nix
200199
system.primaryUser = "peteresselius";
201200
system.stateVersion = 4;
202201
}

0 commit comments

Comments
 (0)