mirror of
https://github.com/NixOS/nix.git
synced 2025-12-21 00:11:08 +01:00
parent
65e88694c2
commit
094539ef4a
8 changed files with 112 additions and 111 deletions
|
|
@ -106,9 +106,9 @@ struct Flake
|
|||
FlakeRef originalRef;
|
||||
std::string description;
|
||||
SourceInfo sourceInfo;
|
||||
std::vector<FlakeRef> requires;
|
||||
std::map<FlakeAlias, FlakeRef> nonFlakeRequires;
|
||||
Value * vProvides; // FIXME: gc
|
||||
std::vector<FlakeRef> inputs;
|
||||
std::map<FlakeAlias, FlakeRef> nonFlakeInputs;
|
||||
Value * vOutputs; // FIXME: gc
|
||||
unsigned int epoch;
|
||||
|
||||
Flake(const FlakeRef & origRef, const SourceInfo & sourceInfo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue