|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Classes | |
| struct | Redirection |
Public Attributes | |
| Path | program |
| bool | searchPath = true |
| Strings | args = {} |
| std::optional< uid_t > | uid = {} |
| std::optional< uid_t > | gid = {} |
| std::optional< Path > | chdir = {} |
| std::optional< std::map< std::string, std::string > > | environment = {} |
| bool | captureStdout = false |
| bool | isInteractive = false |
| std::vector< Redirection > | redirections |