about summary refs log blame commit diff
path: root/third_party/nix/src/nix-env/user-env.hh
blob: f188efe9b4a93de59727c2f617474707e638350b (plain) (tree)
1
2
3
4
5
6
7
8
            






                                                                 



                                                       
 
#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 string & lockToken);

}