mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
guix graph: Export node types and <node-type> accessors.
* guix/scripts/graph.scm (%node-types, node-type, node-type?, node-type-identifier, node-type-label, node-type-edges, node-type-convert, node-type-name, node-type-description): Export.
This commit is contained in:
parent
056b5ceffc
commit
c1a8c5ab1c
1 changed files with 10 additions and 0 deletions
|
@ -39,6 +39,16 @@ (define-module (guix scripts graph)
|
|||
%bag-emerged-node-type
|
||||
%derivation-node-type
|
||||
%reference-node-type
|
||||
%node-types
|
||||
|
||||
node-type
|
||||
node-type?
|
||||
node-type-identifier
|
||||
node-type-label
|
||||
node-type-edges
|
||||
node-type-convert
|
||||
node-type-name
|
||||
node-type-description
|
||||
|
||||
%graphviz-backend
|
||||
graph-backend?
|
||||
|
|
Loading…
Reference in a new issue