about summary refs log tree commit diff
path: root/pkgs/test/default.nix
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2024-03-26 21:37:07 +0100
committerSilvan Mosberger <silvan.mosberger@tweag.io>2024-03-26 21:37:07 +0100
commit56837f26e277c3beb8f23afad551d6297badc438 (patch)
tree33a59be0275c222f7f7eae40ebd64e627dd7beb2 /pkgs/test/default.nix
parentb42fbdd7ea72e95fad3e7595b68b440b6f4665a7 (diff)
tests.nixpkgs-check-by-name: Remove now that a separate repo is used
Since https://github.com/NixOS/nixpkgs/pull/297901, the tool is fetched
from https://github.com/NixOS/nixpkgs-check-by-name, so there's no need
to keep it around in Nixpkgs anymore
Diffstat (limited to 'pkgs/test/default.nix')
-rw-r--r--pkgs/test/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/test/default.nix b/pkgs/test/default.nix
index 3fcc9d047db90..97b735676aca0 100644
--- a/pkgs/test/default.nix
+++ b/pkgs/test/default.nix
@@ -173,7 +173,7 @@ with pkgs;
 
   buildFHSEnv = recurseIntoAttrs (callPackages ./buildFHSEnv { });
 
-  nixpkgs-check-by-name = callPackage ./nixpkgs-check-by-name { };
+  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 { };