mirror of
https://github.com/NixOS/nix
synced 2025-07-02 21:51:50 +02:00
Add `Settings::nixDaemonSocketFile'.
This commit is contained in:
parent
5ea138dc4b
commit
3e067ac11c
5 changed files with 14 additions and 10 deletions
|
@ -50,6 +50,9 @@ struct Settings {
|
|||
/* The directory where the main programs are stored. */
|
||||
Path nixBinDir;
|
||||
|
||||
/* File name of the socket the daemon listens to. */
|
||||
Path nixDaemonSocketFile;
|
||||
|
||||
/* Whether to keep temporary directories of failed builds. */
|
||||
bool keepFailed;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue