Doc: clarify mkDerivation argument handling (#343247)

This commit is contained in:
Johannes Kirschbauer 2024-09-20 16:01:49 +02:00 committed by GitHub
parent 8d4e202d62
commit e2dd770370
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ let
:::{.note}
This is used as the fundamental building block of most other functions in Nixpkgs for creating derivations.
Most Arguments are transparently forwarded to [`builtins.derivation`](https://nixos.org/manual/nix/stable/language/derivations).
Most arguments are also passed through to the underlying call of [`builtins.derivation`](https://nixos.org/manual/nix/stable/language/derivations).
:::
*/
mkDerivation =