nix/tests/functional/lang/eval-fail-assert-equal-derivations-extra.err.exp

27 lines
974 B
Plaintext
Raw Permalink Normal View History

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
| ^
2| {
2024-07-05 14:43:48 +00:00
… while comparing attribute 'foo'
… where left hand side is
at /pwd/lang/eval-fail-assert-equal-derivations-extra.nix:3:5:
2| {
3| foo = {
2024-07-05 14:43:48 +00:00
| ^
4| type = "derivation";
2024-07-05 14:43:48 +00:00
… where right hand side is
at /pwd/lang/eval-fail-assert-equal-derivations-extra.nix:8:5:
7| } == {
8| foo = {
2024-07-05 14:43:48 +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"'