aboutsummaryrefslogtreecommitdiff
path: root/src/nix-env/profiles.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-env/profiles.hh')
-rw-r--r--src/nix-env/profiles.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nix-env/profiles.hh b/src/nix-env/profiles.hh
index bcd882c34..58e45835e 100644
--- a/src/nix-env/profiles.hh
+++ b/src/nix-env/profiles.hh
@@ -28,8 +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 clrPath);
+Path createGeneration(Path profile, Path outPath, Path drvPath);
void deleteGeneration(const Path & profile, unsigned int gen);