|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
R""(
Note: this command's interface is based heavily around installables, which you may want to read about first (nix --help).
Print the store path produced by nixpkgs#hello:
Show the closure sizes of every path in the current NixOS system closure, sorted by size:
Show a package's closure size and all its dependencies with human readable sizes:
Check the existence of a path in a binary cache:
Print the 10 most recently added paths (using –json and the jq(1) command):
Show the size of the entire Nix store:
Show every path whose closure is bigger than 1 GB, sorted by closure size:
Print the path of the store derivation produced by nixpkgs#hello:
This command shows information about the store paths produced by installables, or about all paths in the store if you pass --all.
By default, this command only prints the store paths. You can get additional information by passing flags such as --closure-size, --size, --sigs or --json.
Warning
Note that nix path-info does not build or substitute the installables you specify. Thus, if the corresponding store paths don't already exist, this command will fail. You can use nix build to ensure that they exist.
)""