Unverified Commit e2dd7703 authored by Johannes Kirschbauer's avatar Johannes Kirschbauer Committed by GitHub
Browse files

Doc: clarify mkDerivation argument handling (#343247)

parent 8d4e202d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 =