From dc25856d7469d8be2ff12a431cd11baedfee72d7 Mon Sep 17 00:00:00 2001 From: Tom Bereknyei Date: Wed, 18 Aug 2021 00:04:55 -0400 Subject: Ensure nix flake show produces valid json --- src/nix/flake-show.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/nix') diff --git a/src/nix/flake-show.md b/src/nix/flake-show.md index 1a42c44a0..e484cf47e 100644 --- a/src/nix/flake-show.md +++ b/src/nix/flake-show.md @@ -35,4 +35,7 @@ specified by flake reference *flake-url*. These are the top-level attributes in the `outputs` of the flake, as well as lower-level attributes for some standard outputs (e.g. `packages` or `checks`). +With `--json`, the output is in a JSON representation suitable for automatic +processing by other tools. + )"" -- cgit v1.2.3