HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

nh search — Search for packages in Nixpkgs. More information: <https://github.com/nix-community/nh#usage>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandsearchnh searchclimorenixpkgsforpackages

Problem

How to use the nh search command: Search for packages in Nixpkgs. More information: <https://github.com/nix-community/nh#usage>.

Solution

nh search — Search for packages in Nixpkgs. More information: <https://github.com/nix-community/nh#usage>.

Search for a package in Nixpkgs, limiting results:
nh search {{[-l|--limit]}} {{number}} {{name}}


Search for a package in a specified Nixpkgs channel:
nh search {{[-c|--channel]}} {{nixos-unstable}} {{name}}


Search for a package in Nixpkgs, showing supported platforms for each package:
nh search {{[-P|--platforms]}} {{name}}

Code Snippets

Search for a package in Nixpkgs, limiting results

nh search {{[-l|--limit]}} {{number}} {{name}}

Search for a package in a specified Nixpkgs channel

nh search {{[-c|--channel]}} {{nixos-unstable}} {{name}}

Search for a package in Nixpkgs, showing supported platforms for each package

nh search {{[-P|--platforms]}} {{name}}

Context

tldr-pages: common/nh search

Revisions (0)

No revisions yet.