System Grab Bag

View all TLDR pages from common (or from all pages)

nix search

Search for packages in a Nix flake. See tldr nix3 flake for information about flakes. More information: https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-search.html.
  • Search nixpkgs for a package based on its name or description:
    nix search {{nixpkgs}} {{search_term...}}
  • Show description of a package from nixpkgs:
    nix search {{nixpkgs#pkg}}
  • Show all packages available from a flake on github:
    nix search {{github:owner/repo}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.