diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-20T16·01+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-20T16·01+0000 |
commit | 6a0a2d559336b3a7a165fb0f87f5e70caa9d8d72 (patch) | |
tree | 0ec39aaa3ed200d9d0fa5be37eed0a7f7b2a218e /src/libstore/store.cc | |
parent | 6bb5efadeceb8c4666c227a44113709bb47d23cb (diff) |
* Terminology fixes.
Diffstat (limited to 'src/libstore/store.cc')
-rw-r--r-- | src/libstore/store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/store.cc b/src/libstore/store.cc index 631984784fdc..97b7f5fe8ab4 100644 --- a/src/libstore/store.cc +++ b/src/libstore/store.cc @@ -51,7 +51,7 @@ static TableId dbReferers = 0; One system can compute a derivate and put it on a website (as a Nix archive), for instance, and then another system can register a substitute for that derivate. The substitute in this case might be - a Nix expression that fetches the Nix archive. + a Nix derivation that fetches the Nix archive. */ static TableId dbSubstitutes = 0; |