mirror of
https://github.com/NixOS/nix
synced 2025-06-28 09:31:16 +02:00
Fix symlink handling
This restores the symlink handling behaviour prior to
94812cca98
.
Fixes #9298.
This commit is contained in:
parent
e34c424279
commit
31ebc6028b
7 changed files with 19 additions and 6 deletions
|
@ -827,7 +827,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