tests: recourse into (#430856)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 = { };
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user