eldritch horrors
044c117a9f
nix search: Disallow empty regex
(cherry picked from commit 1c260fa6d1f47d83954792771d0614db163cc3bc)
Change-Id: Iaaf3605c24a342fcb05d0b534a9f305533d3b5fa
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 ^
.
}