We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with
inputs: nixpkgs: url: github:cachix/devenv-nixpkgs/rolling
trying to use the go debugger in vscode:
swap nixpkgs out for github:nixos/nixpkgs/nixos-unstable and it works as expected.
github:nixos/nixpkgs/nixos-unstable
The text was updated successfully, but these errors were encountered:
Do you have another version of go installed? I imagine you might have one version in GOROOT and another in the PATH.
GOROOT
PATH
If that's the underlying issue, then you'll eventually run into this again.
Sorry, something went wrong.
Thanks for the rapid response!
I do not have go installed on the host system. If I unload the devenv then go is not on the PATH, and GOROOT is not set.
No branches or pull requests
with
trying to use the go debugger in vscode:
swap nixpkgs out for
github:nixos/nixpkgs/nixos-unstable
and it works as expected.The text was updated successfully, but these errors were encountered: