mirror of
https://github.com/NixOS/nix
synced 2025-07-05 08:11:47 +02:00
Rename 'epoch' -> 'edition'
This commit is contained in:
parent
4205234f26
commit
ad42a78469
4 changed files with 23 additions and 17 deletions
|
@ -67,7 +67,7 @@ struct Flake
|
|||
std::vector<FlakeRef> inputs;
|
||||
std::map<FlakeAlias, FlakeRef> nonFlakeInputs;
|
||||
Value * vOutputs; // FIXME: gc
|
||||
unsigned int epoch;
|
||||
unsigned int edition;
|
||||
|
||||
Flake(const FlakeRef & origRef, const SourceInfo & sourceInfo)
|
||||
: originalRef(origRef), sourceInfo(sourceInfo) {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue