blob: a117d5c2ad679299590cae34e0ef8ccb9e853791 (
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 std::string& lockToken);
} // namespace nix
|