Skip to main content

devbox search

Search for Nix packages

Synopsis

devbox search will return a list of packages and versions that match your search query.

You can add a package to your project using devbox add <package>.

Too add a specific version, use devbox add <package>@<version>.

devbox search <pkg> [flags]

Example

$ devbox search ripgrep

Warning: Search is experimental and may not work as expected.

Found 8+ results for "ripgrep":

* ripgrep (13.0.0, 12.1.1, 12.0.1)
* ripgrep-all (0.9.6, 0.9.5)

# To add ripgrep 12.1.1 to your project:

$ devbox add ripgrep@12.1.1

Options

OptionDescription
-h, --helphelp for shell
-q, --quietQuiet mode: Suppresses logs.

SEE ALSO

  • devbox - Instant, easy, predictable shells and containers