If the NIX_PATH shadows internal files, this will often break things, hence we forbid it. Fixes #998 Change-Id: I70e5d389532ada1c9f910c60281abe565e3ce6bb
4 lines
398 B
Plaintext
4 lines
398 B
Plaintext
warning: Shadowing '<nix/...>' by configuring the nix-path 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-shadow' to the nix-path without a prefix, either by passing the flag '-I nix-shadow' to the nix invocation or by adding this path to the environment variable 'NIX_PATH'.
|