mirror of
https://github.com/NixOS/nix
synced 2025-07-03 14:31:46 +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 ^
.
}