You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installation, open a new terminal session to make the `nix` executable available in your `$PATH`. You'll need this in the steps ahead.
147
148
148
149
> [!IMPORTANT]
149
150
>
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]
151
154
>
152
155
> 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.
153
156
>
@@ -165,6 +168,10 @@ After installation, open a new terminal session to make the `nix` executable ava
165
168
> nix --extra-experimental-features 'nix-command flakes' run .#<command>
166
169
> ```
167
170
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/).
0 commit comments