Skip to content

Commit

Permalink
Doc: clarify mkDerivation argument handling (NixOS#343247)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjobeki authored Sep 20, 2024
1 parent 8d4e202 commit e2dd770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/stdenv/generic/make-derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit e2dd770

Please sign in to comment.