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.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/nix-env/user-env.hh b/third_party/nix/src/nix-env/user-env.hh
index 6111b21c35..a117d5c2ad 100644
--- a/third_party/nix/src/nix-env/user-env.hh
+++ b/third_party/nix/src/nix-env/user-env.hh
@@ -7,6 +7,6 @@ namespace nix {
 DrvInfos queryInstalled(EvalState& state, const Path& userEnv);
 
 bool createUserEnv(EvalState& state, DrvInfos& elems, const Path& profile,
-                   bool keepDerivations, const string& lockToken);
+                   bool keepDerivations, const std::string& lockToken);
 
 }  // namespace nix