Add --graphml option to the nix-store --query command
This prints the references graph of the store paths in the graphML format [1]. The graphML format is supported by several graph tools such as the Python Networkx library or the Apache Thinkerpop project. [1] http://graphml.graphdrawing.org
Showing
- doc/manual/command-ref/nix-store.xml 12 additions, 0 deletionsdoc/manual/command-ref/nix-store.xml
- src/nix-store/graphml.cc 90 additions, 0 deletionssrc/nix-store/graphml.cc
- src/nix-store/graphml.hh 11 additions, 0 deletionssrc/nix-store/graphml.hh
- src/nix-store/nix-store.cc 13 additions, 1 deletionsrc/nix-store/nix-store.cc
Loading
Please register or sign in to comment