diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-05-17 14:59:47 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-05-17 15:01:54 +0200 |
commit | 6a5a8f51bb9773ab4aeac8f508872bcf5ec6fda2 (patch) | |
tree | 1b1fb5ddf057082334b595af01c8501731191e07 /src/libutil/experimental-features.cc | |
parent | 549f8dc97b56babb0e23e2c097dce2fa283b6d09 (diff) |
add cross-references to pure evaluation mode
use consistent wording everywhere.
add some details on the configuration option documentation.
Diffstat (limited to 'src/libutil/experimental-features.cc')
-rw-r--r-- | src/libutil/experimental-features.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/experimental-features.cc b/src/libutil/experimental-features.cc index ad0ec0427..9bebf77e5 100644 --- a/src/libutil/experimental-features.cc +++ b/src/libutil/experimental-features.cc @@ -50,6 +50,8 @@ constexpr std::array<ExperimentalFeatureDetails, 13> xpFeatureDetails = {{ or other impure derivations can rely on impure derivations. Finally, an impure derivation cannot also be [content-addressed](#xp-feature-ca-derivations). + + This is a more explicit alternative to using [`builtins.currentTime`](@docroot@/language/builtin-constants.md#builtins-currentTime). )", }, { |