Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

28 lines (21 loc) · 1.46 KB

Changelog

[Unreleased]

Added

  • #49 rewrite describe_derivation to include all found derivations (but actively skip bootstrap packages)

Removed

  • #50 excludes fixed output derivations in nixtract output

Fixed

  • #53 resolve an issue where some derivations were analyzed multiple times

0.3.0 - 2024-04-17

Added

  • #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

Fixed

  • #38 fixed bug where found derivations were parsed incorrectly
  • #42 reintroduced the src field in the derivation description
  • #43 enables the flakes and nix-command features for nix invocations, this avoids users having to have them enabled manually

Changed

  • #36 moved all nixtract configuration options into a single struct passed to the nixtract function