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






                                                                 

                                                       
                                                   
 
 
#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, bool lazyGeneration);

}