Nix 2.30.0
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(EvalState & state, PackageInfos & elems,
11 const Path & profile, bool keepDerivations,
12 const std::string & lockToken);
13
14}