about summary refs log tree commit diff
path: root/src/nix-env/user-env.hh
diff options
context:
space:
mode:
authorChristian Theune <ct@flyingcircus.io>2015-05-20T15·29+0200
committerChristian Theune <ct@flyingcircus.io>2015-05-20T15·29+0200
commit12a888894bc528fbfa9d4c1ef2dbeb5909550894 (patch)
tree0012ded6e603f51098301bebb40c6b59ba7a1628 /src/nix-env/user-env.hh
parentea39c98d419a816029299b99f70455798e66f6b7 (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/user-env.hh')
-rw-r--r--src/nix-env/user-env.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-env/user-env.hh b/src/nix-env/user-env.hh
index 4fedd19aa7c6..f188efe9b4a9 100644
--- a/src/nix-env/user-env.hh
+++ b/src/nix-env/user-env.hh
@@ -8,6 +8,6 @@ DrvInfos queryInstalled(EvalState & state, const Path & userEnv);
 
 bool createUserEnv(EvalState & state, DrvInfos & elems,
     const Path & profile, bool keepDerivations,
-    const string & lockToken, bool lazyGeneration);
+    const string & lockToken);
 
 }