From 858b8f9760a81540b0a95068d96dc5c1628673c3 Mon Sep 17 00:00:00 2001 From: Paul Colomiets Date: Tue, 24 Jun 2014 00:30:22 +0300 Subject: Add `--json` argument to `nix-instantiate` --- doc/manual/nix-instantiate.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/manual/nix-instantiate.xml b/doc/manual/nix-instantiate.xml index b388560a11f2..936f154dde56 100644 --- a/doc/manual/nix-instantiate.xml +++ b/doc/manual/nix-instantiate.xml @@ -124,6 +124,15 @@ input. + + + When used with and + , print the resulting expression as an + JSON representation of the abstract syntax tree rather than as an + ATerm. + + + When used with , -- cgit 1.4.1