◆ nixBinDir
| Path nix::Settings::nixBinDir |
The directory where the main programs are stored.
◆ nixConfDir
| Path nix::Settings::nixConfDir |
The directory where system configuration files are stored.
◆ nixDaemonSocketFile
| Path nix::Settings::nixDaemonSocketFile |
File name of the socket the daemon listens to.
◆ nixLogDir
| Path nix::Settings::nixLogDir |
The directory where we log various operations.
◆ nixManDir
| Path nix::Settings::nixManDir |
The directory where the man pages are stored.
◆ nixStateDir
| Path nix::Settings::nixStateDir |
The directory where state is stored.
◆ nixStore
| Path nix::Settings::nixStore |
The directory where we store sources and derived files.
◆ nixUserConfFiles
| std::vector<Path> nix::Settings::nixUserConfFiles |
A list of user configuration files to load.
◆ readOnlyMode
| bool nix::Settings::readOnlyMode = false |
Read-only mode. Don't copy stuff to the store, don't change the database.
◆ verboseBuild
| bool nix::Settings::verboseBuild = true |
Whether to show build log output in real time.
The documentation for this class was generated from the following files: