From 0b66fd3c34f7a5f07629b7c4bc68d8bae9f0ad06 Mon Sep 17 00:00:00 2001 From: gustavderdrache Date: Thu, 22 May 2025 15:28:02 -0400 Subject: [PATCH] Update src/libexpr/include/nix/expr/eval-settings.hh Co-authored-by: Eelco Dolstra --- src/libexpr/include/nix/expr/eval-settings.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libexpr/include/nix/expr/eval-settings.hh b/src/libexpr/include/nix/expr/eval-settings.hh index 3ad2e9d2d..6a58377e1 100644 --- a/src/libexpr/include/nix/expr/eval-settings.hh +++ b/src/libexpr/include/nix/expr/eval-settings.hh @@ -157,7 +157,7 @@ struct EvalSettings : Config By default, Nix allows [Import from Derivation](@docroot@/language/import-from-derivation.md). When this setting is `true`, Nix will log a warning indicating that it performed such an import. - The `allow-import-from-derivation` setting takes precedence, and no warnings will be logged if that setting is also enabled. + This option has no effect if `allow-import-from-derivation` is disabled. )" };