diff --git a/doc/contributing/coding-conventions.chapter.md b/doc/contributing/coding-conventions.chapter.md index a8cea4493cc2..275a3c7af5d2 100644 --- a/doc/contributing/coding-conventions.chapter.md +++ b/doc/contributing/coding-conventions.chapter.md @@ -674,7 +674,7 @@ stdenv.mkDerivation { ### Import From Derivation {#ssec-import-from-derivation} Import From Derivation (IFD) is disallowed in Nixpkgs for performance reasons: -[Hydra] evaluates the entire package set, and sequential builds during evalation would increase evaluation times to become impractical. +[Hydra] evaluates the entire package set, and sequential builds during evaluation would increase evaluation times to become impractical. [Hydra]: https://github.com/NixOS/hydra