If the NIX_PATH shadows internal files, this will often break things, hence we forbid it. Fixes #998 Change-Id: I70e5d389532ada1c9f910c60281abe565e3ce6bb
4 lines
401 B
Plaintext
4 lines
401 B
Plaintext
warning: The prefix 'nix' is reserved for internal use by Lix in the Nix search path, its usage is deprecated and will be forbidden in the future.
|
|
Use --extra-deprecated-features nix-path-shadow to silence this warning.
|
|
This is due to adding 'nix=nix-shadow' in the Nix search path, either through the environment variable 'NIX_PATH' or by passing the flag -I to the nix invocation.
|