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

This commit is contained in:
Philip Taron 2025-05-22 16:07:45 -07:00
parent e3a39e5b47
commit 50f6934d89
No known key found for this signature in database

View file

@ -199,8 +199,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 { };
srcOnly = callPackage ../build-support/src-only/tests.nix { };