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
165 B
Nix
7 lines
165 B
Nix
# Opaque context: plain store path reference from file interpolation
|
|
{
|
|
type = "derivation";
|
|
name = "${builtins.toFile "x" ""}";
|
|
outPath = "/nix/store/fake";
|
|
}
|