2012-07-18 14:59:03 -04:00
|
|
|
#pragma once
|
2010-04-19 10:47:56 +00:00
|
|
|
|
2020-05-27 21:56:34 +01:00
|
|
|
#include "libexpr/get-drvs.hh"
|
2010-04-19 10:47:56 +00:00
|
|
|
|
|
|
|
namespace nix {
|
|
|
|
|
|
|
|
DrvInfos queryInstalled(EvalState& state, const Path& userEnv);
|
|
|
|
|
2010-04-21 15:08:58 +00:00
|
|
|
bool createUserEnv(EvalState& state, DrvInfos& elems, const Path& profile,
|
2020-05-24 22:29:21 +01:00
|
|
|
bool keepDerivations, const std::string& lockToken);
|
2010-04-21 15:08:58 +00:00
|
|
|
|
2010-04-19 10:47:56 +00:00
|
|
|
} // namespace nix
|