diff options
Diffstat (limited to 'doc/manual/rl-next/empty-search-regex.md')
-rw-r--r-- | doc/manual/rl-next/empty-search-regex.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual/rl-next/empty-search-regex.md b/doc/manual/rl-next/empty-search-regex.md index 5f3f293d3..b5e38207a 100644 --- a/doc/manual/rl-next/empty-search-regex.md +++ b/doc/manual/rl-next/empty-search-regex.md @@ -1,6 +1,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 `^`. |