2024-07-05 14:43:48 +00:00
|
|
|
error:
|
|
|
|
… while evaluating the condition of the assertion '({ foo = { outPath = "/nix/store/0"; type = "derivation"; }; } == { foo = { devious = true; outPath = "/nix/store/1"; type = "derivation"; }; })'
|
|
|
|
at /pwd/lang/eval-fail-assert-equal-derivations-extra.nix:1:1:
|
|
|
|
1| assert
|
|
|
|
| ^
|
2025-01-24 13:19:09 +00:00
|
|
|
2| {
|
2024-07-05 14:43:48 +00:00
|
|
|
|
|
|
|
… while comparing attribute 'foo'
|
|
|
|
|
|
|
|
… where left hand side is
|
2025-01-24 13:19:09 +00:00
|
|
|
at /pwd/lang/eval-fail-assert-equal-derivations-extra.nix:3:5:
|
|
|
|
2| {
|
|
|
|
3| foo = {
|
2024-07-05 14:43:48 +00:00
|
|
|
| ^
|
2025-01-24 13:19:09 +00:00
|
|
|
4| type = "derivation";
|
2024-07-05 14:43:48 +00:00
|
|
|
|
|
|
|
… where right hand side is
|
2025-01-24 13:19:09 +00:00
|
|
|
at /pwd/lang/eval-fail-assert-equal-derivations-extra.nix:8:5:
|
|
|
|
7| } == {
|
|
|
|
8| foo = {
|
2024-07-05 14:43:48 +00:00
|
|
|
| ^
|
2025-01-24 13:19:09 +00:00
|
|
|
9| type = "derivation";
|
2024-07-05 14:43:48 +00:00
|
|
|
|
|
|
|
… while comparing a derivation by its 'outPath' attribute
|
|
|
|
|
|
|
|
error: string '"/nix/store/0"' is not equal to string '"/nix/store/1"'
|