1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 09:49:36 +01:00

Update src/libexpr/include/nix/expr/eval-settings.hh

Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
gustavderdrache 2025-05-22 15:28:02 -04:00 committed by gustavderdrache
parent 4355b7cbd5
commit 0b66fd3c34

View file

@ -157,7 +157,7 @@ struct EvalSettings : Config
By default, Nix allows [Import from Derivation](@docroot@/language/import-from-derivation.md). 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. 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.
)" )"
}; };