- fix ignoring
RUST_LOG
- fix fetching drv files from substituters
- does not build anymore with the version of rustc shipped by NixOS 23.11
- fix crash on malformed ELF
- fix parsing
extra-
options in nix configuration - module: fix using with nix 2.3
- don't emit timestamps in logs (journald does it already)
- handle sources inlined from another derivation (for example C++ template instantiation). Related: nixpkgs PR 279455
- fix version number in v0.3.1
- don't crash on startup with nix 2.3
- handle better installs with non-trivial
allowed-users
nix option - systemd hardening
- switch to jemalloc for significantly decreased peak RSS during indexation
- use nix-store --query --valid-derivers when possible
- actually implement substituting
.drv
files - implement support for the same API as
dwarffs
(does not provide source)
- initial release