mirror of
https://github.com/NixOS/nix.git
synced 2025-11-25 03:39:36 +01:00
Rename final -> __final
This commit is contained in:
parent
7d1f7f8d59
commit
a7a0767df7
5 changed files with 16 additions and 15 deletions
|
|
@ -72,7 +72,7 @@ struct PathInputScheme : InputScheme
|
|||
auto query = attrsToQuery(input.attrs);
|
||||
query.erase("path");
|
||||
query.erase("type");
|
||||
query.erase("final");
|
||||
query.erase("__final");
|
||||
return ParsedURL {
|
||||
.scheme = "path",
|
||||
.path = getStrAttr(input.attrs, "path"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue