-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
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
Add Missing DOTNET_ROOT
Environment Variable For Nix Devs
#1203
Add Missing DOTNET_ROOT
Environment Variable For Nix Devs
#1203
Conversation
Why do you need to set the DOTNET_ROOT variable? I haven't needed to before |
It's needed if you have a non-standard dotnet installation. I have this variable defined in my /etc/profile (linux). |
I'm a nix user and I don't need to set it, that's why I'm confused |
I needed to set it to use dotnet tools to create a migration for #1164 |
Description
Added missing environment variable for nix-shell. I don't like everytime write
export DOTNET_ROOT="/path/to/folder"
, so it should be done by post script inshell.nix