mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02: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 ^
.
}