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








                                                                 



                                                       






                          
#ifndef __USER_ENV_H
#define __USER_ENV_H

#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);

}

#endif /* !__USER_ENV_H */