tests: recourse into

makes it so nixpkgs-review is running tests
This commit is contained in:
jopejoe1
2025-08-04 10:17:04 +02:00
parent 6f8670e839
commit ee6ba1c420
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ with pkgs;
You should not evaluate entire Nixpkgs without measures to handle failing packages.
'';
tests = callPackages ../test { };
tests = lib.recurseIntoAttrs (callPackages ../test { });
defaultPkgConfigPackages =
# We don't want nix-env -q to enter this, because all of these are aliases.
+3
View File
@@ -43,5 +43,8 @@
# show up in search results or repository tracking services that consume our
# packages.json https://github.com/NixOS/nixpkgs/issues/244966
minimal-bootstrap = { };
# This makes it so that tests are not appering on search.nixos.org
tests = { };
};
}
-2
View File
@@ -419,8 +419,6 @@ let
"aarch64-linux"
];
tests = packagePlatforms pkgs.tests;
# Language packages disabled in https://github.com/NixOS/nixpkgs/commit/ccd1029f58a3bb9eca32d81bf3f33cb4be25cc66
#emacsPackages = packagePlatforms pkgs.emacsPackages;