mirror of
https://github.com/NixOS/nix
synced 2025-07-04 11:21:47 +02:00
parent
3cecf3f39c
commit
e414bde6f9
4 changed files with 18 additions and 4 deletions
|
@ -101,7 +101,8 @@ struct Flake
|
|||
std::map<FlakeAlias, FlakeRef> nonFlakeRequires;
|
||||
Value * vProvides; // FIXME: gc
|
||||
// date
|
||||
// content hash
|
||||
unsigned int epoch;
|
||||
|
||||
Flake(const FlakeRef & origRef, const SourceInfo & sourceInfo) : originalRef(origRef),
|
||||
resolvedRef(sourceInfo.resolvedRef), revCount(sourceInfo.revCount), storePath(sourceInfo.storePath) {};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue