Unfortunately, the previous code only detected superficial __overrides
and did not catch cases like `rec { __overrides.foo = 2; }`.
Change-Id: Ic38bdef1a6a3bdea91915aef44447f4ecc238259
7 lines
318 B
Plaintext
7 lines
318 B
Plaintext
warning: __overrides attributes are deprecated and will be removed in the future. Use --extra-deprecated-features rec-set-overrides to silence this warning.
|
|
at /pwd/in.nix:3:4:
|
|
2| "${"foo"}" = "bar";
|
|
3| __overrides = { bar = "qux"; };
|
|
| ^
|
|
4| }
|