nix-flake-show
displays flake outputs
TLDR
Show flake outputs
$ nix flake show
Show remote flake$ nix flake show [github:NixOS/nixpkgs]
Show as JSON$ nix flake show --json
Show all systems$ nix flake show --all-systems
SYNOPSIS
nix flake show [options] [flake-url]
DESCRIPTION
nix flake show displays flake outputs. Shows packages, apps, and devShells.The command lists available attributes. Tree view of flake structure.
PARAMETERS
FLAKE-URL
Flake reference.--json
Output as JSON.--all-systems
Show all system outputs.--help
Display help information.
INSTALL
sudo apt install nix-bin
sudo dnf install nix
sudo pacman -S nix
sudo apk add nix
sudo zypper install nix
nix profile install nixpkgs#nix
CAVEATS
Flakes must be enabled. Evaluates flake. Network for remote flakes.
HISTORY
nix flake show is part of Nix flakes for inspecting flake output structure.
SEE ALSO
nix-flake(1), nix-flake-info(1), nix(1)