snippetbashTip
nh search — Search for packages in Nixpkgs. More information: <https://github.com/nix-community/nh#usage>.
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.