tvl-depot/third_party/nix/src/nix-env/user-env.hh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
296 B
C++
Raw Normal View History

#pragma once
#include "libexpr/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