forked from lix-project/lix
cover empty string case
This commit is contained in:
parent
1c2c1a6e00
commit
82b867d0b5
|
@ -50,6 +50,10 @@ Most Nix commands interpret the following environment variables:
|
||||||
2. `nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixpkgs`
|
2. `nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixpkgs`
|
||||||
3. `/nix/var/nix/profiles/per-user/root/channels`
|
3. `/nix/var/nix/profiles/per-user/root/channels`
|
||||||
|
|
||||||
|
If `NIX_PATH` is set to an empty string the above fallback will not happen and building will fail with:
|
||||||
|
|
||||||
|
`error: file 'nixpkgs' was not found in the Nix search path`
|
||||||
|
|
||||||
- [`NIX_IGNORE_SYMLINK_STORE`]{#env-NIX_IGNORE_SYMLINK_STORE}\
|
- [`NIX_IGNORE_SYMLINK_STORE`]{#env-NIX_IGNORE_SYMLINK_STORE}\
|
||||||
Normally, the Nix store directory (typically `/nix/store`) is not
|
Normally, the Nix store directory (typically `/nix/store`) is not
|
||||||
allowed to contain any symlink components. This is to prevent
|
allowed to contain any symlink components. This is to prevent
|
||||||
|
|
Loading…
Reference in a new issue