mirror of
https://github.com/NixOS/nix
synced 2025-07-04 15:31:47 +02:00
doc/glossary: Add base directory
This commit is contained in:
parent
8c4c2156bd
commit
73125e46fc
4 changed files with 38 additions and 1 deletions
|
@ -38,6 +38,9 @@ private:
|
|||
std::map<std::string, AutoArg> autoArgs;
|
||||
};
|
||||
|
||||
/**
|
||||
* @param baseDir Optional [base directory](https://nixos.org/manual/nix/unstable/glossary#gloss-base-directory)
|
||||
*/
|
||||
SourcePath lookupFileArg(EvalState & state, std::string_view s, const Path * baseDir = nullptr);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue