Hi, I am trying to understand the Dockerfile that uses nix to verify the reproducibility of the pre-built binaries, and I noticed that the dependencies, such as:
are from different nixpkgs versions. The linked derivations above lead to the Hydra server, where it's possible to see that these derivations are part of different nixpkgs versions.
Is this intended?