mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
8 lines
352 B
Text
8 lines
352 B
Text
error:
|
|
… while evaluating the condition of the assertion '({ a = true; b = true; } == { a = true; })'
|
|
at /pwd/lang/eval-fail-assert-equal-attrs-names.nix:1:1:
|
|
1| assert
|
|
| ^
|
|
2| {
|
|
|
|
error: attribute names of attribute set '{ a = true; b = true; }' differs from attribute set '{ a = true; }'
|