about summary refs log tree commit diff
path: root/third_party/nix/src/nix-env/user-env.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/nix-env/user-env.hh')
-rw-r--r--third_party/nix/src/nix-env/user-env.hh9
1 files changed, 4 insertions, 5 deletions
diff --git a/third_party/nix/src/nix-env/user-env.hh b/third_party/nix/src/nix-env/user-env.hh
index f188efe9b4..6111b21c35 100644
--- a/third_party/nix/src/nix-env/user-env.hh
+++ b/third_party/nix/src/nix-env/user-env.hh
@@ -4,10 +4,9 @@
 
 namespace nix {
 
-DrvInfos queryInstalled(EvalState & state, const Path & userEnv);
+DrvInfos queryInstalled(EvalState& state, const Path& userEnv);
 
-bool createUserEnv(EvalState & state, DrvInfos & elems,
-    const Path & profile, bool keepDerivations,
-    const string & lockToken);
+bool createUserEnv(EvalState& state, DrvInfos& elems, const Path& profile,
+                   bool keepDerivations, const string& lockToken);
 
-}
+}  // namespace nix