intel / intel/confidential-computing.sgx
nix: buildInputs appear to be from different nixpkgs versions
- Dominant language
- C++
- Stars
- 1.5k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
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:
* [`/nix/store/681354n3k44r8z90m35hm8945vsp95h1-glibc-2.27`](https://hydra.nixos.org/search?query=681354n3k44r8z90m35hm8945vsp95h1)
* [`/nix/store/1kl6ms8x56iyhylb2r83lq7j3jbnix7w-binutils-2.31.1`](https://hydra.nixos.org/search?query=1kl6ms8x56iyhylb2r83lq7j3jbnix7w)
* [`/nix/store/lvwq3g3093injr86lm0kp0f61k5cbpay-gcc-wrapper-8.3.0`](https://hydra.nixos.org/search?query=lvwq3g3093injr86lm0kp0f61k5cbpay-gcc-wrapper-8.3.0)
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?
Contributor guide
Assessment
This issue has not been assessed yet.