mirror of
https://github.com/NixOS/nix
synced 2025-06-30 03:23:16 +02:00
Add MemoryInputAccessor for corepkgs
This commit is contained in:
parent
c56e17b718
commit
ffe0dc9a8c
7 changed files with 86 additions and 38 deletions
|
@ -7,6 +7,7 @@ static constexpr std::string_view marker = "/__virtual/";
|
|||
|
||||
Path EvalState::packPath(const SourcePath & path)
|
||||
{
|
||||
// FIXME: canonPath(path) ?
|
||||
printError("PACK %s", path.path);
|
||||
assert(hasPrefix(path.path, "/"));
|
||||
inputAccessors.emplace(path.accessor->number, path.accessor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue