mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 21:21:00 +01:00
* Refactoring. Hope this doesn't break the semantics of `-u' ;-)
This commit is contained in:
parent
a04a5de8f7
commit
0cb016c209
3 changed files with 170 additions and 162 deletions
|
|
@ -28,7 +28,7 @@ typedef list<Generation> Generations;
|
|||
profile, sorted by generation number. */
|
||||
Generations findGenerations(Path profile, int & curGen);
|
||||
|
||||
Path createGeneration(Path profile, Path outPath, Path drvPath);
|
||||
Path createGeneration(Path profile, Path outPath);
|
||||
|
||||
void deleteGeneration(const Path & profile, unsigned int gen);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue