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