You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function creates a derivation, and returns it in the form of a [package attribute set](https://nix.dev/manual/nix/latest/glossary#package-attribute-set)
47
+
that refers to the derivation's outputs.
48
+
49
+
`mkDerivation` takes many argument attributes, most of which affect the derivation environment,
50
+
but [`meta`](#chap-meta) and [`passthru`](#var-stdenv-passthru) only directly affect package attributes.
51
+
52
+
The `mkDerivation` argument attributes can be made to refer to one another by passing a function to `mkDerivation`.
53
+
See [Fixed-point argument of `mkDerivation`](#mkderivation-recursive-attributes).
0 commit comments