mirror of
https://github.com/NixOS/nix.git
synced 2025-11-30 14:10:59 +01:00
Fix flakes
This commit is contained in:
parent
4b313ceb9e
commit
1d36d16086
8 changed files with 83 additions and 65 deletions
|
|
@ -61,6 +61,8 @@ struct Flake
|
|||
FlakeRef originalRef; // the original flake specification (by the user)
|
||||
FlakeRef resolvedRef; // registry references and caching resolved to the specific underlying flake
|
||||
FlakeRef lockedRef; // the specific local store result of invoking the fetcher
|
||||
ref<InputAccessor> accessor;
|
||||
Path flakePath;
|
||||
bool forceDirty = false; // pretend that 'lockedRef' is dirty
|
||||
std::optional<std::string> description;
|
||||
FlakeInputs inputs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue