Update doc/contributing/coding-conventions.chapter.md
Co-authored-by: Mostly Void <dit7ya@users.noreply.github.com>
This commit is contained in:
parent
db1a83aaa4
commit
d9f9ead58a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue