commands.sh

nix flake info

all

Show flake metadata.

More info →

Examples (3)

Show flake metadata of the flake in the current directory

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
made by @shridhargupta | data from tldr-pages