about summary refs log tree commit diff
path: root/third_party/nix/src/nix-env/user-env.hh
blob: a117d5c2ad679299590cae34e0ef8ccb9e853791 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "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