mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 04:00:59 +01:00
This commit is contained in:
parent
45bb1ae6a5
commit
a07ba681cc
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ typedef set<Path> PathSet;
|
||||||
|
|
||||||
//state types
|
//state types
|
||||||
typedef list<int> RevisionNumbers; //the Strings (list) of StateReferences and this list are connected by position
|
typedef list<int> RevisionNumbers; //the Strings (list) of StateReferences and this list are connected by position
|
||||||
typedef map<Path, int> RevisionNumbersSet; //We include to the paths to sort on
|
typedef map<Path, RevisionNumbers> RevisionNumbersSet; //We include to the paths to sort on
|
||||||
typedef map<int, Strings> StateReferences;
|
typedef map<int, Strings> StateReferences;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue