diff options
Diffstat (limited to 'src/globals.hh')
-rw-r--r-- | src/globals.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/globals.hh b/src/globals.hh index 8d8c63bd7565..0668ac40e57e 100644 --- a/src/globals.hh +++ b/src/globals.hh @@ -52,6 +52,8 @@ extern string dbSubstitutes; derived files. */ extern string nixStore; +extern string nixDataDir; /* !!! fix */ + /* nixLogDir is the directory where we log various operations. */ extern string nixLogDir; |