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
Regarding https://nixos.org/guides/nix-pills/15-nix-search-paths#the-path-to-repository
Now NIX_PATH has a default. The document says to echo $NIX_PATH, but now it's no longer set by default. And this is no longer correct:
echo $NIX_PATH
The NIX_PATH variable is exported by nix.sh, and that's the reason why I always asked you to source nix.sh at the beginning of my posts.
Configuration reference: https://nixos.org/manual/nix/stable/command-ref/conf-file#conf-nix-path
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Regarding https://nixos.org/guides/nix-pills/15-nix-search-paths#the-path-to-repository
Now NIX_PATH has a default. The document says to
echo $NIX_PATH
, but now it's no longer set by default. And this is no longer correct:Configuration reference: https://nixos.org/manual/nix/stable/command-ref/conf-file#conf-nix-path
The text was updated successfully, but these errors were encountered: