mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 20:20:58 +01:00
fixed some hard links
This commit is contained in:
parent
53c907ca09
commit
05297240ea
14 changed files with 46 additions and 45 deletions
|
|
@ -14,7 +14,7 @@ string nixDataDir = "/UNINIT";
|
|||
string nixLogDir = "/UNINIT";
|
||||
string nixStateDir = "/UNINIT";
|
||||
string nixDBPath = "/UNINIT";
|
||||
string nixSVNPath = "/UNINIT";
|
||||
string nixExt3CowHeader = "/UNINIT";
|
||||
string nixConfDir = "/UNINIT";
|
||||
string nixLibexecDir = "/UNINIT";
|
||||
string nixBinDir = "/UNINIT";
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@ extern string nixStateDir;
|
|||
/* nixDBPath is the path name of our Berkeley DB environment. */
|
||||
extern string nixDBPath;
|
||||
|
||||
/* nixSVNPath is the path name of our SVN environment. */
|
||||
extern string nixSVNPath;
|
||||
/* nixExt3CowHeader is the header file used to communicate with ext3cow. */
|
||||
extern string nixExt3CowHeader;
|
||||
|
||||
/* nixConfDir is the directory where configuration files are
|
||||
stored. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue