Flakes: Difference between revisions
Lucperkins (talk | contribs) m Fix name of Determinate Nix Installer |
Console4852 (talk | contribs) m Update location where output schema is defined in src. |
||
Line 89: | Line 89: | ||
=== Output schema === | === Output schema === | ||
This is described in the nix package manager [https://github.com/NixOS/nix/blob/master/src/nix/flake-check.md src/nix/flake-check.md]. | |||
Once the inputs are resolved, they're passed to the function `outputs` along with with `self`, which is the directory of this flake in the store. `outputs` returns the outputs of the flake, according to the following schema. | Once the inputs are resolved, they're passed to the function `outputs` along with with `self`, which is the directory of this flake in the store. `outputs` returns the outputs of the flake, according to the following schema. | ||
Where: | Where: |