mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
397cf4e285
Fixes #4739 Fixes #3553 in spirit IMO
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 ^
.
}