mirror of
https://github.com/NixOS/nix
synced 2025-07-02 05:11:47 +02:00
* Refactoring: move the user environment stuff into its own module.
This commit is contained in:
parent
5c31995bb8
commit
b7ff69eb7c
4 changed files with 47 additions and 20 deletions
16
src/nix-env/user-env.hh
Normal file
16
src/nix-env/user-env.hh
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef __USER_ENV_H
|
||||
#define __USER_ENV_H
|
||||
|
||||
#include "get-drvs.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
DrvInfos queryInstalled(EvalState & state, const Path & userEnv);
|
||||
|
||||
}
|
||||
|
||||
#endif /* !__USER_ENV_H */
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue