diff options
Diffstat (limited to 'third_party/nix/src/nix-env/user-env.hh')
-rw-r--r-- | third_party/nix/src/nix-env/user-env.hh | 9 |
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 f188efe9b4a9..6111b21c353d 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 |