1
0
Fork 0
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:
Eelco Dolstra 2023-11-16 16:45:14 +01:00
parent e34c424279
commit 31ebc6028b
7 changed files with 19 additions and 6 deletions

View file

@ -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
{