Flakes: Difference between revisions
imported>Extends No edit summary |
imported>Qjcg Fix flake top-level attribute names (input,output -> inputs,outputs) |
||
Line 64: | Line 64: | ||
* <code>description</code> which is self…describing | * <code>description</code> which is self…describing | ||
* <code> | * <code>inputs</code> is an attribute set of all the dependencies of the flake. The schema is described below. | ||
* <code> | * <code>outputs</code> is a function of one argument that takes an attribute set of all the realized inputs, and outputs another attribute set which schema is described below. | ||
== Input schema == | == Input schema == |