···119119 You should not evaluate entire Nixpkgs without measures to handle failing packages.
120120 '';
121121122122- tests = callPackages ../test { };
122122+ tests = lib.recurseIntoAttrs (callPackages ../test { });
123123124124 defaultPkgConfigPackages =
125125 # We don't want nix-env -q to enter this, because all of these are aliases.
+3
pkgs/top-level/packages-config.nix
···4343 # show up in search results or repository tracking services that consume our
4444 # packages.json https://github.com/NixOS/nixpkgs/issues/244966
4545 minimal-bootstrap = { };
4646+4747+ # This makes it so that tests are not appering on search.nixos.org
4848+ tests = { };
4649 };
4750}