Update doc/contributing/coding-conventions.chapter.md

Co-authored-by: Mostly Void <dit7ya@users.noreply.github.com>
This commit is contained in:
Valentin Gagarin 2022-12-10 11:46:53 +01:00 committed by GitHub
parent db1a83aaa4
commit d9f9ead58a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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