···24242525 config = callPackage ./config.nix { };
26262727+ # we can't add 'nixpkgs.curl.tests' to hydra jobs due to 'tests' (and 'passthru') being stripped
2828+ # TODO: add a function in lib-release.nix to get derivations and add `.x86_64-linux` to them
2929+ # then we can just point release files to nixpkgs.tests.packageTestsForChannelBlockers instead of
3030+ # nixpkgs.tests.packageTestsForChannelBlockers.curl.withCheck
3131+ packageTestsForChannelBlockers = recurseIntoAttrs {
3232+ curl = recurseIntoAttrs pkgs.curl.tests;
3333+ };
3434+2735 haskell = callPackage ./haskell { };
28362937 cc-multilib-gcc = callPackage ./cc-wrapper/multilib.nix { stdenv = gccMultiStdenv; };