mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
Rename nixPath to __nixPath
The name ‘nixPath’ breaks existing code.
This commit is contained in:
parent
2ea2703fe9
commit
3d221a7bb1
3 changed files with 7 additions and 7 deletions
|
@ -388,7 +388,7 @@ expr_simple
|
|||
string path($1 + 1, strlen($1) - 2);
|
||||
$$ = new ExprApp(CUR_POS,
|
||||
new ExprApp(new ExprVar(data->symbols.create("__findFile")),
|
||||
new ExprVar(data->symbols.create("nixPath"))),
|
||||
new ExprVar(data->symbols.create("__nixPath"))),
|
||||
new ExprString(data->symbols.create(path)));
|
||||
}
|
||||
| URI { $$ = new ExprString(data->symbols.create($1)); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue