ublue-os / fleek

[deprecated] Own your $HOME
https://getfleek.dev
Apache License 2.0
833 stars 24 forks source link

fix nix search all packages command #365

Closed kollienne closed 7 months ago

kollienne commented 7 months ago

fixes #364

bketelsen commented 7 months ago

did the syntax change?

kollienne commented 7 months ago

did the syntax change?

Apparently, with nix 2.20.3 I get this:

❯ nix search nixpkgs --json 
error: Must provide at least one regex! To match all packages, use 'nix search <installable> ^'.
Try 'nix --help' for more information.