2012-07-18 18:59:03 +00:00
|
|
|
#pragma once
|
2010-04-19 10:47:56 +00:00
|
|
|
|
|
|
|
#include "get-drvs.hh"
|
|
|
|
|
|
|
|
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, bool keepDerivations,
|
2022-02-25 15:00:00 +00:00
|
|
|
const std::string & lockToken);
|
2010-04-21 15:08:58 +00:00
|
|
|
|
2010-04-19 10:47:56 +00:00
|
|
|
}
|