mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
66 lines
2.6 KiB
Text
66 lines
2.6 KiB
Text
error:
|
|
… while evaluating the condition of the assertion '({ a = { b = [ ({ c = { d = true; }; }) ]; }; } == { a = { b = [ ({ c = { d = false; }; }) ]; }; })'
|
|
at /pwd/lang/eval-fail-assert-nested-bool.nix:1:1:
|
|
1| assert { a.b = [ { c.d = true; } ]; } == { a.b = [ { c.d = false; } ]; };
|
|
| ^
|
|
2|
|
|
|
|
… while comparing attribute 'a'
|
|
|
|
… where left hand side is
|
|
at /pwd/lang/eval-fail-assert-nested-bool.nix:1:10:
|
|
1| assert { a.b = [ { c.d = true; } ]; } == { a.b = [ { c.d = false; } ]; };
|
|
| ^
|
|
2|
|
|
|
|
… where right hand side is
|
|
at /pwd/lang/eval-fail-assert-nested-bool.nix:1:44:
|
|
1| assert { a.b = [ { c.d = true; } ]; } == { a.b = [ { c.d = false; } ]; };
|
|
| ^
|
|
2|
|
|
|
|
… while comparing attribute 'b'
|
|
|
|
… where left hand side is
|
|
at /pwd/lang/eval-fail-assert-nested-bool.nix:1:10:
|
|
1| assert { a.b = [ { c.d = true; } ]; } == { a.b = [ { c.d = false; } ]; };
|
|
| ^
|
|
2|
|
|
|
|
… where right hand side is
|
|
at /pwd/lang/eval-fail-assert-nested-bool.nix:1:44:
|
|
1| assert { a.b = [ { c.d = true; } ]; } == { a.b = [ { c.d = false; } ]; };
|
|
| ^
|
|
2|
|
|
|
|
… while comparing list element 0
|
|
|
|
… while comparing attribute 'c'
|
|
|
|
… where left hand side is
|
|
at /pwd/lang/eval-fail-assert-nested-bool.nix:1:20:
|
|
1| assert { a.b = [ { c.d = true; } ]; } == { a.b = [ { c.d = false; } ]; };
|
|
| ^
|
|
2|
|
|
|
|
… where right hand side is
|
|
at /pwd/lang/eval-fail-assert-nested-bool.nix:1:54:
|
|
1| assert { a.b = [ { c.d = true; } ]; } == { a.b = [ { c.d = false; } ]; };
|
|
| ^
|
|
2|
|
|
|
|
… while comparing attribute 'd'
|
|
|
|
… where left hand side is
|
|
at /pwd/lang/eval-fail-assert-nested-bool.nix:1:20:
|
|
1| assert { a.b = [ { c.d = true; } ]; } == { a.b = [ { c.d = false; } ]; };
|
|
| ^
|
|
2|
|
|
|
|
… where right hand side is
|
|
at /pwd/lang/eval-fail-assert-nested-bool.nix:1:54:
|
|
1| assert { a.b = [ { c.d = true; } ]; } == { a.b = [ { c.d = false; } ]; };
|
|
| ^
|
|
2|
|
|
|
|
error: boolean 'true' is not equal to boolean 'false'
|