Nix 2.30.2
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
user-env.hh
Go to the documentation of this file.
1#pragma once
3
4#include "nix/expr/get-drvs.hh"
5
6namespace nix {
7
8PackageInfos queryInstalled(EvalState & state, const Path & userEnv);
9
10bool createUserEnv(
11 EvalState & state, PackageInfos & elems, const Path & profile, bool keepDerivations, const std::string & lockToken);
12
13} // namespace nix