Skip to content

Releases: Mic92/nixpkgs-review

2.9.0

20 Mar 15:03

Choose a tag to compare

What's Changed

  • ignore darwin.builder by @figsoda in #291
  • disallow url literals by default by @figsoda in #293
  • skip posting logs of blacklisted packages by @figsoda in #295
  • treewide: replace --experimental-features with --extra-experimental-features by @NickCao in #298
  • use ofborg's results even if there are no rebuilds by @figsoda in #299
  • feature: use nix-output-monitor when available and add --build-graph flag to customize this behavior by @gador in #303
  • build and symlink each output of the packages by @figsoda in #307
  • Add --print-result flag by @figsoda in #312
  • don't override existing NIX_SSL_CERT_FILE by @Mic92 in #313
  • only use ofborg eval when platform is supported by @figsoda in #317
  • deduplicate ofborg supported platforms by @figsoda in #320
  • add --extra-nixpkgs-config by @figsoda in #315
  • fix gist url calculation by @figsoda in #322

New Contributors

Full Changelog: 2.8.0...2.9.0

2.8.0

23 Dec 09:32
ecfc53e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.7.0...2.8.0

2.7.0

27 Mar 07:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.6.4...2.7.0

2.6.4

27 Mar 06:59

Choose a tag to compare

What's Changed

  • fix reading github token from gh config by @jyooru in #227
  • fix aarch64-darwin reviews by @Mic92 in #233

New Contributors

Full Changelog: 2.6.3...2.6.4

2.6.3

27 Mar 06:58

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.6.1...2.6.3

2.6.2

27 Mar 06:57
2.6.2

Choose a tag to compare

What's Changed

  • Fix use of deprecated Element.getchildren, removed in Python 3.9 by @andersk in #208

New Contributors

Full Changelog: 2.6.1...2.6.2

2.6.1

27 Mar 06:56
2.6.1
1f0f593

Choose a tag to compare

What's Changed

  • builddir.py: add comma to "Don't be so impatient human!" by @veprbl in #196

Full Changelog: 2.6.0...2.6.1

Features!

01 Apr 18:12
9395205

Choose a tag to compare

  • add --system to build on other operating systems/architectures
  • respect meta.broken in review shells
  • read github tokens from gh client
  • fix some missing logs for failed builds
  • use buildEnv for mass-rebuilds to work around environment variable limits
  • only enable build sandbox on Linux
  • fix nix-shell when reviewing multiple PRs
  • add --run flag to run commands instead of an interactive review shell
  • write reports also as json

Platform in review reports

26 Nov 08:20
2.5.0
0160049

Choose a tag to compare

  • it now shows the tested platform when posting nixpkgs-review reports
    to github
  • it now requires nixFlakes

Restore building unfree software

03 Oct 10:48
1d6bdee

Choose a tag to compare

Since 2.4.1 we no longer were building unfree software because of the meta check.