aboutsummaryrefslogtreecommitdiff
path: root/src/nix-env/user-env.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-env/user-env.hh')
-rw-r--r--src/nix-env/user-env.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nix-env/user-env.hh b/src/nix-env/user-env.hh
index 6675014f1..4125d8217 100644
--- a/src/nix-env/user-env.hh
+++ b/src/nix-env/user-env.hh
@@ -7,6 +7,10 @@ namespace nix {
DrvInfos queryInstalled(EvalState & state, const Path & userEnv);
+bool createUserEnv(EvalState & state, DrvInfos & elems,
+ const Path & profile, bool keepDerivations,
+ const string & lockToken);
+
}
#endif /* !__USER_ENV_H */