diff options
author | Christian Theune <ct@flyingcircus.io> | 2015-05-20T15·29+0200 |
---|---|---|
committer | Christian Theune <ct@flyingcircus.io> | 2015-05-20T15·29+0200 |
commit | 12a888894bc528fbfa9d4c1ef2dbeb5909550894 (patch) | |
tree | 0012ded6e603f51098301bebb40c6b59ba7a1628 /src/nix-env/profiles.hh | |
parent | ea39c98d419a816029299b99f70455798e66f6b7 (diff) |
Mis-read Eelko's request to not make this an option: now, let's not make
it an option. :)
Diffstat (limited to 'src/nix-env/profiles.hh')
-rw-r--r-- | src/nix-env/profiles.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-env/profiles.hh b/src/nix-env/profiles.hh index 64c98e0d6888..30d2376d998c 100644 --- a/src/nix-env/profiles.hh +++ b/src/nix-env/profiles.hh @@ -31,7 +31,7 @@ typedef list<Generation> Generations; profile, sorted by generation number. */ Generations findGenerations(Path profile, int & curGen); -Path createGeneration(Path profile, Path outPath, bool lazy); +Path createGeneration(Path profile, Path outPath); void deleteGeneration(const Path & profile, unsigned int gen); |