Files
lix/lix/legacy/user-env.hh
T
eldritch horrors d6a7fb5f6a cli: remove duplicated declarations
Change-Id: I78c6666cea8b6604a4fae9cb047662571bd6f99b
2024-12-03 20:38:41 +01:00

13 lines
219 B
C++

#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);
}