diff options
author | Benjamin Hipple <bhipple@protonmail.com> | 2020-05-09 10:58:43 -0400 |
---|---|---|
committer | Benjamin Hipple <bhipple@protonmail.com> | 2020-05-09 10:58:43 -0400 |
commit | 146f9c114ff347d372b5ab6c5fc00fdd3f2895da (patch) | |
tree | 27bec341ea10bdcaebcd118b182943546e08d7d6 /src/libstore | |
parent | d3d8186c9c9a4f4734d1604b19047f11b0edb049 (diff) |
doc: consistently refer to 'fixed-output' with a dash
General cleanup that makes it easier to search for the term.
Diffstat (limited to 'src/libstore')
-rw-r--r-- | src/libstore/build.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc index 147093fae..6258bcb33 100644 --- a/src/libstore/build.cc +++ b/src/libstore/build.cc @@ -3155,7 +3155,7 @@ void DerivationGoal::runChild() // Only use nss functions to resolve hosts and // services. Don’t use it for anything else that may // be configured for this system. This limits the - // potential impurities introduced in fixed outputs. + // potential impurities introduced in fixed-outputs. writeFile(chrootRootDir + "/etc/nsswitch.conf", "hosts: files dns\nservices: files\n"); ss.push_back("/etc/services"); |