Doc: clarify mkDerivation argument handling (#343247)
This commit is contained in:
parent
8d4e202d62
commit
e2dd770370
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user