Rename data to nars for package derivation outputs
As this is clearer.
This commit is contained in:
parent
752d21ad05
commit
86cd96ea87
2 changed files with 2 additions and 2 deletions
|
|
@ -1302,7 +1302,7 @@
|
|||
`((package . ((name . ,package-name)
|
||||
(version . ,package-version)))
|
||||
(path . ,path)
|
||||
(data
|
||||
(nars
|
||||
. ,(if (null? hash-algorithm)
|
||||
(list->vector
|
||||
(map
|
||||
|
|
|
|||
|
|
@ -1997,7 +1997,7 @@ figure {
|
|||
(tr
|
||||
(th (@ (class "col-sm-5")) "Path")
|
||||
,@(if (member "nars" (assq-ref query-parameters 'field))
|
||||
'((th (@ (class "col-sm-5")) "Data")
|
||||
'((th (@ (class "col-sm-5")) "Nars")
|
||||
(th (@ (class "col-sm-2")) "Output consistency"))
|
||||
'())))
|
||||
(tbody
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue