mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 04:36:49 +08:00
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>
458 B
458 B
nix flake info
Show flake metadata. More information: https://nix.dev/manual/nix/stable/command-ref/new-cli/nix3-flake-info.
- Show flake metadata of the flake in the current directory:
nix flake info
- Show flake metadata from GitHub as a json on a single line:
nix flake info {{github:owner/repo}} --json --no-pretty
- Show flake metadata from Github as a multi-line indented json:
nix flake info {{github:owner/repo}} --json --pretty