- #49 rewrite describe_derivation to include all found derivations (but actively skip bootstrap packages)
- #50 excludes fixed output derivations in nixtract output
- #53 resolve an issue where some derivations were analyzed multiple times
0.3.0 - 2024-04-17
- #34 add option to provide nixtract with a status communication channel
- #36 add option to only extract runtime dependencies
- #40 log warning when narinfo fetching fails
- #38 fixed bug where found derivations were parsed incorrectly
- #42 reintroduced the src field in the derivation description
- #43 enables the
flakes
andnix-command
features for nix invocations, this avoids users having to have them enabled manually
- #36 moved all nixtract configuration options into a single struct passed to the
nixtract
function