1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-02 21:51:50 +02:00

Add `Settings::nixDaemonSocketFile'.

This commit is contained in:
Ludovic Courtès 2013-02-18 23:05:40 +01:00 committed by Eelco Dolstra
parent 5ea138dc4b
commit 3e067ac11c
5 changed files with 14 additions and 10 deletions

View file

@ -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;