Skip to content

Commit

Permalink
tests.nixpkgs-check-by-name: Remove now that a separate repo is used
Browse files Browse the repository at this point in the history
Since #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
  • Loading branch information
infinisil committed Mar 26, 2024
1 parent b42fbdd commit 56837f2
Show file tree
Hide file tree
Showing 228 changed files with 1 addition and 4,173 deletions.
2 changes: 1 addition & 1 deletion pkgs/test/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };

Expand Down
1 change: 0 additions & 1 deletion pkgs/test/nixpkgs-check-by-name/.envrc

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/test/nixpkgs-check-by-name/.gitignore

This file was deleted.

Loading

0 comments on commit 56837f2

Please sign in to comment.