mirror of
https://github.com/NixOS/nix
synced 2025-07-01 00:07:58 +02:00
Improve error messages from call-flake.nix
This commit is contained in:
parent
28b62dd3e0
commit
a291e37b20
3 changed files with 12 additions and 8 deletions
|
@ -111,9 +111,12 @@ public:
|
|||
|
||||
const ref<FSInputAccessor> rootFS;
|
||||
const ref<MemoryInputAccessor> corepkgsFS;
|
||||
const ref<MemoryInputAccessor> internalFS;
|
||||
|
||||
const SourcePath derivationInternal;
|
||||
|
||||
const SourcePath callFlakeInternal;
|
||||
|
||||
/* A map keyed by InputAccessor::number that keeps input accessors
|
||||
alive. */
|
||||
std::unordered_map<size_t, ref<InputAccessor>> inputAccessors;
|
||||
|
@ -124,7 +127,6 @@ public:
|
|||
/* Store used to build stuff. */
|
||||
const ref<Store> buildStore;
|
||||
|
||||
RootValue vCallFlake = nullptr;
|
||||
RootValue vImportedDrvToDerivation = nullptr;
|
||||
|
||||
/* Debugger */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue