blob: b5e38207a0117fb637b0bbdf51f59ba014da73a8 (
plain)
1
2
3
4
5
6
7
8
|
---
synopsis: Disallow empty search regex in `nix search`
prs: 9481
credits: [iFreilicht, horrors]
category: Miscellany
---
[`nix search`](@docroot@/command-ref/new-cli/nix3-search.md) now requires a search regex to be passed. To show all packages, use `^`.
|