1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#pragma once
///@file

#include "lix/libexpr/get-drvs.hh"

namespace nix {

bool createUserEnv(EvalState & state, DrvInfos & elems,
    const Path & profile, bool keepDerivations,
    const std::string & lockToken);

}