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
# If you are running on a Mac with Apple Silicon chip, but want to also build for Intel:
38
38
extra-platforms = x86_64-darwin aarch64-darwin
39
39
```
40
-
41
-
3. Run `nix develop` with a correct argument or by using existing `package.json` scripts to load a shell with all the correct versions of all the required dependencies for development, e.g.:
40
+
41
+
3. Are you a MacOS user? Reload nix-daemon.
42
+
1. Stop the daemon
43
+
```bash
44
+
sudo launchctl remove org.nixos.nix-daemon
45
+
```
46
+
2. Verify it's not running (only grep process should be listed)
4. Run `nix develop` with a correct argument or by using existing `package.json` scripts to load a shell with all the correct versions of all the required dependencies for development, e.g.:
0 commit comments