Module tvix_glue::builtins::derivation

source ·
Expand description

Implements builtins.derivation, the core of what makes Nix build packages.

Modules§

Constants§

Functions§

  • Populate the output configuration of a derivation based on the parameters passed to the call, configuring a fixed-output derivation output if necessary.
  • Populate the inputs of a derivation from the build references found when scanning the derivation’s parameters and extracting their contexts.