1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 08:11:47 +02:00

Rename 'epoch' -> 'edition'

This commit is contained in:
Eelco Dolstra 2019-07-11 13:54:53 +02:00
parent 4205234f26
commit ad42a78469
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
4 changed files with 23 additions and 17 deletions

View file

@ -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) {};