1

In Guix user can verify reproducibility of a package with guix challenge https://guix.gnu.org/manual/en/html_node/Invoking-guix-challenge.html.

What is the Nix command for that?

Jeff Schaller
  • 66,199
  • 35
  • 114
  • 250
andreoss
  • 586
  • 4
  • 11

1 Answers1

3

With nix-build you can use --check --keep-failed.

The minimal NixOS reproducibility is being tracked here: https://r13y.com/. You might look at the instructions there how to use it with diffoscope.

Rok Garbas
  • 411
  • 2
  • 3