mirror of
https://github.com/NixOS/nix
synced 2025-07-04 11:21:47 +02:00
Merge remote-tracking branch 'origin/master' into lazy-trees
This commit is contained in:
commit
29dff7e24e
108 changed files with 2107 additions and 1363 deletions
|
@ -119,7 +119,7 @@ std::pair<SourcePath, uint32_t> findPackageFilename(EvalState & state, Value & v
|
|||
// FIXME: is it possible to extract the Pos object instead of doing this
|
||||
// toString + parsing?
|
||||
PathSet context;
|
||||
auto path = state.coerceToPath(noPos, *v2, context);
|
||||
auto path = state.coerceToPath(noPos, *v2, context, "while evaluating the 'meta.position' attribute of a derivation");
|
||||
|
||||
auto fn = path.path.abs();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue