Releases: nix-community/nix-index
Releases · nix-community/nix-index
v0.1.9
0.1.9
Added
texlive.pkgs
is added to theEXTRA_SCOPES
, i.e. Texlive packages can be searched now. (#254)- Support for command-not-found for Nushell has been added. (#271)
Fixed
- Packages with no files in the index are now excluded, this significantly reduces the index size (~4MB → 1MB) (#266)
- debuginfo processing now skips symlinks which were contained inside of
$debug/lib/debug
. (#278)
Changed
--top-level
is now the default. To use the old default, add--all
. (#243)- Chore updates of the Flake lock, dependencies, clippy and a move to
thiserror
rather thanerror_chain
. (#279)
New Contributors
- @anka-213 made their first contribution in #254
- @vkryachko made their first contribution in #266
- @ameertaweel made their first contribution in #271
- @Ma27 made their first contribution in #243
Full Changelog: v0.1.8...v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.3
added
- flake.nix added to repository, allows directly running nix-index from
git (#162), thanks @matthewbauer - support for proxies (#132), thanks @whizsid
- command-not-found.sh suggests new
nix profile
command if
manifest.json exists (#135), thanks @matthewbauer - support building project via Nix on Darwin (#175), thanks @BrianHicks
- indexer supports prefix filtering (#177), rhanks @virchau13
- command-line option to specify system for which to build the index
(#183), thanks @usertam - nix-channel-index: new command to build a programs.sqlite as currently
distributed with nix channels (#192), thanks @K900
fixed
- command-not-found.sh never accesses undefined variables anymore
(allows set -u) (#123), thanks @matthewbauer - support xlibs renamed to xorg in recent nixpkgs (#179), thanks @cole-h
- rust dependencies updated to latest versions, fixes security warnings, thanks @edude03,
@berbiche, @Sciecentistguy, @Mic92
changed
- nix-env is now invoked in parallel to query paths (improves
performance) - performance improvement: multithread compression (#152), thanks
@enolan - performance improvement: reduce compression level from 22 to 19
(#152), thanks @enolan - performance improvement: get store paths from nix-env in parallel
(#152), thanks @enolan