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