--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # nix flake show > Show outputs provided by a flake. > More information: . - Show all the outputs of the flake in the current directory: `nix flake show` - Show all the outputs of a flake on GitHub and print the output as a json on a single line: `nix flake show {{github:owner/repo}} --json --no-pretty` - Show all the `legacyPackages` outputs of a flake on GitHub and print the output as a multi-line indented json: `nix flake show {{github:owner/repo}} --json --pretty --legacy` - List all available flake templates for `nix flake init`: `nix flake show templates`