Nix
2.29.1
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
6
namespace
nix {
7
8
PackageInfos queryInstalled(EvalState & state,
const
Path & userEnv);
9
10
bool
createUserEnv(EvalState & state, PackageInfos & elems,
11
const
Path & profile,
bool
keepDerivations,
12
const
std::string & lockToken);
13
14
}
src
nix-env
user-env.hh
Generated by
1.13.2