blob: 4fedd19aa7c63a1a334b5e9d2dc476b1e30e217e (
plain) (
tree)
|
|
#pragma once
#include "get-drvs.hh"
namespace nix {
DrvInfos queryInstalled(EvalState & state, const Path & userEnv);
bool createUserEnv(EvalState & state, DrvInfos & elems,
const Path & profile, bool keepDerivations,
const string & lockToken, bool lazyGeneration);
}
|