mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
a7cb342b6f
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
653 B
653 B
nix flake show
Show outputs provided by a flake. More information: https://nix.dev/manual/nix/stable/command-ref/new-cli/nix3-flake-show.html.
- 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
legacyPackagesoutputs 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