Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nessuno
Total activity
5
Last activity
May 22, 2024 15:52
Member since
May 21, 2024 20:25
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
May 22, 2024 15:52
If you are reading this you may also want to use git from Nix (to avoid the warnings/prompt to install XCode tool)Settings > Version Control > git > Path to Git executable: /Users/myself/.nix-profi...
Community
GoLand
GoLand on macOS (17.x) without XCode developer tools
0 votes
Created
May 22, 2024 15:48
Managed to get GoLand to use nix and avoid XCode tools entirely!Here's a recap of the settings that worked for me:1. Set GOROOT to the full Nix store path (in my case: /nix/store/n1k6wf8q10q7k0863g...
Community
GoLand
GoLand on macOS (17.x) without XCode developer tools
0 votes
Created
May 22, 2024 14:37
Answering my own question. The tool that triggers xcode-select is clang. I have clang (and other tools) installed in a non-standard location (via nix). How can I add ~/.nix-profile/bin (which has c...
Community
GoLand
GoLand on macOS (17.x) without XCode developer tools
0 votes