mirror of
https://github.com/NixOS/nix
synced 2025-06-30 07:33:16 +02:00
Fix $NIX_PATH access control initialisation
This commit is contained in:
parent
8be06c9aa1
commit
91e641af88
3 changed files with 22 additions and 22 deletions
|
@ -207,7 +207,9 @@ public:
|
|||
SourcePath findFile(SearchPath & searchPath, const std::string_view path, const PosIdx pos = noPos);
|
||||
|
||||
/* If the specified search path element is a URI, download it. */
|
||||
std::optional<SourcePath> resolveSearchPathElem(const SearchPathElem & elem);
|
||||
std::optional<SourcePath> resolveSearchPathElem(
|
||||
const SearchPathElem & elem,
|
||||
bool initAccessControl = false);
|
||||
|
||||
/* Evaluate an expression to normal form, storing the result in
|
||||
value `v'. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue