about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-10-23T13·56+0200
committerGitHub <noreply@github.com>2018-10-23T13·56+0200
commit1a08ad75eab69d7b54b13111a654a486eac128db (patch)
tree8ee1249eaa3ff9f7e74edd80ada6d269fb0bcc49 /doc
parent3cd15c5b1f5a8e6de87d5b7e8cc2f1326b420c88 (diff)
parentd506342aa2b6945899988878b7c58de683cb573a (diff)
Merge pull request #2479 from nlewo/graphml
Add --graphml option to the nix-store --query command
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/command-ref/nix-store.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/manual/command-ref/nix-store.xml b/doc/manual/command-ref/nix-store.xml
index c827d85b3815..41a04f265d7c 100644
--- a/doc/manual/command-ref/nix-store.xml
+++ b/doc/manual/command-ref/nix-store.xml
@@ -679,6 +679,18 @@ query is applied to the target of the symlink.</para>
 
   </varlistentry>
 
+  <varlistentry><term><option>--graphml</option></term>
+
+    <listitem><para>Prints the references graph of the store paths
+    <replaceable>paths</replaceable> in the <link
+    xlink:href="http://graphml.graphdrawing.org/">GraphML</link> file format.
+    This can be used to visualise dependency graphs. To obtain a
+    build-time dependency graph, apply this to a store derivation. To
+    obtain a runtime dependency graph, apply it to an output
+    path.</para></listitem>
+
+  </varlistentry>
+
   <varlistentry><term><option>--binding</option> <replaceable>name</replaceable></term>
     <term><option>-b</option> <replaceable>name</replaceable></term>