aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-fail-assert-equal-derivations-extra.nix
blob: fd8bc3f26ca5c59da0a0f102d30c723f7b52e38b (about) (plain) (blame)
1
2
3
4
5
assert
  { foo = { type = "derivation"; outPath = "/nix/store/0"; }; }
  ==
  { foo = { type = "derivation"; outPath = "/nix/store/1"; devious = true; }; };
throw "unreachable"