From c2b0d6b02ffaaa6e47eb24c3dca30beeea387aff Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 12 Nov 2004 23:22:08 +0000 Subject: * Document --eval-only and --parse-only options in nix-instantiate. --- doc/manual/nix-instantiate.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'doc/manual/nix-instantiate.xml') diff --git a/doc/manual/nix-instantiate.xml b/doc/manual/nix-instantiate.xml index 69630cb55..dc72ab83b 100644 --- a/doc/manual/nix-instantiate.xml +++ b/doc/manual/nix-instantiate.xml @@ -8,6 +8,10 @@ nix-instantiate &opt-common-syn; + + + + files @@ -39,6 +43,27 @@ &opt-common; + + + + + Just parse the input files, and print their abstract + syntax trees on standard output in ATerm format. + + + + + + + + + Just parse and evaluate the input files, and print the + resulting values on standard output. No instantiation of + store expressions takes place. + + + + -- cgit v1.2.3