mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
8 lines
219 B
Markdown
8 lines
219 B
Markdown
synopsis: Disallow empty search regex in `nix search`
|
|
prs: #9481
|
|
description: {
|
|
|
|
[`nix search`](@docroot@/command-ref/new-cli/nix3-search.md) now requires a search regex to be passed. To show all packages, use `^`.
|
|
|
|
}
|
|
|