Skip to content

Commit 95e8a8f

Browse files
authored
Update README.md
1 parent 5bbb451 commit 95e8a8f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,14 @@ Thank you for the [installer](https://zero-to-nix.com/concepts/nix-installer), [
143143
```sh
144144
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
145145
```
146+
146147
After installation, open a new terminal session to make the `nix` executable available in your `$PATH`. You'll need this in the steps ahead.
147148

148149
> [!IMPORTANT]
149150
>
150-
> If planning to upgrade to Sequoia, [prepare Nix](https://determinate.systems/posts/nix-support-for-macos-sequoia/) before proceeding.
151+
> The installer will ask if you want to install Determinate Nix. Answer _No_ as it [currently conflicts](https://github.com/dustinlyons/nixos-config/issues/146) with `nix-darwin`.
152+
153+
> [!IMPORTANT]
151154
>
152155
> If using [the official installation instructions](https://nixos.org/download) instead, [`flakes`](https://nixos.wiki/wiki/Flakes) and [`nix-command`](https://nixos.wiki/wiki/Nix_command) aren't available by default.
153156
>
@@ -165,6 +168,10 @@ After installation, open a new terminal session to make the `nix` executable ava
165168
> nix --extra-experimental-features 'nix-command flakes' run .#<command>
166169
> ```
167170
171+
> [!IMPORTANT]
172+
>
173+
> If you haven't upgraded to macOS Sequioa yet, read this article: [Nix Support for macOS Sequioa](https://determinate.systems/posts/nix-support-for-macos-sequoia/).
174+
168175
### 3. Initialize a starter template
169176
*Choose one of two options*
170177

0 commit comments

Comments
 (0)