2024-03-26 16:24:58 +00:00
|
|
|
---
|
2024-03-04 07:40:12 +00:00
|
|
|
synopsis: Disallow empty search regex in `nix search`
|
2024-03-26 16:24:58 +00:00
|
|
|
prs: 9481
|
2024-05-15 02:14:58 +00:00
|
|
|
credits: [iFreilicht, horrors]
|
|
|
|
category: Miscellany
|
2024-03-26 16:24:58 +00:00
|
|
|
---
|
2024-03-04 07:40:12 +00:00
|
|
|
|
|
|
|
[`nix search`](@docroot@/command-ref/new-cli/nix3-search.md) now requires a search regex to be passed. To show all packages, use `^`.
|