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 @@
 | 
			
		|||
            %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?
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue