Remove buildPackages and test-pkgs from excluded-attrnames-at-any-depth

This commit is contained in:
Philip Taron 2024-07-04 15:44:51 -07:00
parent d7136b1c84
commit bb7a5dd579
No known key found for this signature in database

View File

@ -75,11 +75,7 @@ let
newScope = true;
scope = true;
pkgs = true;
test-pkgs = true;
buildPackages = true;
buildFreebsd = true;
callPackage = true;
mkDerivation = true;
overrideDerivation = true;