mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 04:00:59 +01:00
setSnapshot & build-stateinfo fixes
This commit is contained in:
parent
d8e9dc2775
commit
138973a6d5
9 changed files with 121 additions and 82 deletions
|
|
@ -71,7 +71,7 @@ struct RevisionInfo
|
|||
unsigned int timestamp;
|
||||
};
|
||||
typedef map<unsigned int, RevisionInfo> RevisionInfos;
|
||||
typedef map<Path, unsigned int> Snapshots; //Automatically sorted on Path :)
|
||||
typedef map<Path, unsigned int> Snapshots; // /nix/state/...../cache -> .... Automatically sorted on Path :)
|
||||
typedef map<Path, Snapshots> RevisionClosure;
|
||||
typedef map<Path, unsigned int> RevisionClosureTS; //Paht with a timestamp about when the revision was made.
|
||||
typedef map<int, Strings> StateReferences;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue