mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Some backports from the flakes branch
This commit is contained in:
parent
7083d33efe
commit
2a61bbf77f
6 changed files with 45 additions and 17 deletions
|
@ -16,4 +16,6 @@ std::pair<Value *, Pos> findAlongAttrPath(EvalState & state, const string & attr
|
|||
/* Heuristic to find the filename and lineno or a nix value. */
|
||||
Pos findDerivationFilename(EvalState & state, Value & v, std::string what);
|
||||
|
||||
std::vector<Symbol> parseAttrPath(EvalState & state, std::string_view s);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue