mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
update to suggested changes
This commit is contained in:
parent
5a75aa8595
commit
f72545e864
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Most Nix commands interpret the following environment variables:
|
||||||
The Nix search path can also be extended using the `-I` option to
|
The Nix search path can also be extended using the `-I` option to
|
||||||
many Nix commands, which takes precedence over `NIX_PATH`.
|
many Nix commands, which takes precedence over `NIX_PATH`.
|
||||||
|
|
||||||
If `NIX_PATH` is not set or empty, Nix will look up the following locations for a revision of `nixpkgs`:
|
If `NIX_PATH` environment variable is not set, Nix will fall back to the following list in impure and unrestricted evaluation mode:
|
||||||
|
|
||||||
1. `$HOME/.nix-defexpr/channels`
|
1. `$HOME/.nix-defexpr/channels`
|
||||||
2. `/nix/var/nix/profiles/per-user/root/channels/nixpkgs`
|
2. `/nix/var/nix/profiles/per-user/root/channels/nixpkgs`
|
||||||
|
|
Loading…
Reference in a new issue