mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
26 lines
1,006 B
Text
26 lines
1,006 B
Text
error:
|
|
… while evaluating the condition of the assertion '({ foo = { ignored = (abort "not ignored"); outPath = "/nix/store/0"; type = "derivation"; }; } == { foo = { ignored = (abort "not ignored"); outPath = "/nix/store/1"; type = "derivation"; }; })'
|
|
at /pwd/lang/eval-fail-assert-equal-derivations.nix:1:1:
|
|
1| assert
|
|
| ^
|
|
2| {
|
|
|
|
… while comparing attribute 'foo'
|
|
|
|
… where left hand side is
|
|
at /pwd/lang/eval-fail-assert-equal-derivations.nix:3:5:
|
|
2| {
|
|
3| foo = {
|
|
| ^
|
|
4| type = "derivation";
|
|
|
|
… where right hand side is
|
|
at /pwd/lang/eval-fail-assert-equal-derivations.nix:9:5:
|
|
8| } == {
|
|
9| foo = {
|
|
| ^
|
|
10| type = "derivation";
|
|
|
|
… while comparing a derivation by its 'outPath' attribute
|
|
|
|
error: string '"/nix/store/0"' is not equal to string '"/nix/store/1"'
|