Improve coverage ahead of changes to get-drvs.cc and related code. Each fixture is a separate file to avoid line-number churn in error expectations.
7 lines
137 B
Nix
7 lines
137 B
Nix
{
|
|
type = "derivation";
|
|
name = "bad-drvpath-1.0";
|
|
outPath = builtins.toFile "out" "";
|
|
drvPath = builtins.toFile "not-a-drv" "";
|
|
}
|