mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
219 B
219 B
synopsis: Disallow empty search regex in nix search
prs: #9481
description: {
nix search now requires a search regex to be passed. To show all packages, use ^.
}