tests.nixpkgs-check-by-name: remove throw; no need for this

(cherry picked from commit 50f6934d89)
This commit is contained in:
Philip Taron
2025-05-22 16:07:45 -07:00
committed by github-actions[bot]
parent ad11d9a1fd
commit e33b7b1789

View File

@@ -197,8 +197,6 @@ with pkgs;
buildFHSEnv = recurseIntoAttrs (callPackages ./buildFHSEnv { });
nixpkgs-check-by-name = throw "tests.nixpkgs-check-by-name is now specified in a separate repository: https://github.com/NixOS/nixpkgs-check-by-name";
auto-patchelf-hook = callPackage ./auto-patchelf-hook { };
# Accumulate all passthru.tests from arrayUtilities into a single attribute set.