mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 20:20:58 +01:00
Created commit shell script; next adding nix-state
This commit is contained in:
parent
97eb8c32a0
commit
c9e78a973a
5 changed files with 195 additions and 5 deletions
|
|
@ -81,6 +81,10 @@ struct DerivationStateOutputDir
|
|||
this->interval = interval;
|
||||
}
|
||||
|
||||
int getInterval(){
|
||||
return 0; //TODO
|
||||
}
|
||||
|
||||
//sort function
|
||||
bool operator<(const DerivationStateOutputDir& a) const { return path < a.path; }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue