mirror of
https://github.com/NixOS/nix
synced 2025-06-28 05:21:16 +02:00
Merge pull request #9363 from edolstra/symlink-regression
Fix symlink handling
This commit is contained in:
commit
3a7f024a9c
7 changed files with 19 additions and 6 deletions
|
@ -839,7 +839,7 @@ std::string showType(const Value & v);
|
|||
/**
|
||||
* If `path` refers to a directory, then append "/default.nix".
|
||||
*/
|
||||
SourcePath resolveExprPath(const SourcePath & path);
|
||||
SourcePath resolveExprPath(SourcePath path);
|
||||
|
||||
struct InvalidPathError : EvalError
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue