forked from lix-project/lix
eldritch horrors
044c117a9f
nix search: Disallow empty regex (cherry picked from commit1c260fa6d1
) 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 ^
.
}