diff --git a/doc/functions.xml b/doc/functions.xml index 7d250824f78..e6bb6b7deef 100644 --- a/doc/functions.xml +++ b/doc/functions.xml @@ -92,7 +92,14 @@ in ... Do not use this function in Nixpkgs. Because it breaks package abstraction and doesn’t provide error checking for function arguments, it is only intended for ad-hoc customisation - (such as in ~/.nixpkgs/config.nix). + (such as in ~/.nixpkgs/config.nix). + + + + Additionally, overrideDerivation forces an evaluation + of the Derivation which can be quite a performance penalty if there are many + overrides used. +