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
[Structured Attributes](@docroot@/store/derivation/index.md#structured-attrs), only defined if the derivation contains them.
132
142
Structured attributes are JSON, and thus embedded as-is.
@@ -139,11 +149,13 @@ properties:
139
149
properties:
140
150
path:
141
151
type: string
152
+
title: Output path
142
153
description: |
143
154
The output path, if known in advance.
144
155
145
156
method:
146
157
type: string
158
+
title: Content addressing method
147
159
enum: [flat, nar, text, git]
148
160
description: |
149
161
For an output which will be [content addressed](@docroot@/store/derivation/outputs/content-address.md), a string representing the [method](@docroot@/store/store-object/content-address.md) of content addressing that is chosen.
0 commit comments