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




                      
                                                               
 
                                                                          
                                                                       
 
                   
#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