Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions pkgs/top-level/packages-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 0 additions & 2 deletions pkgs/top-level/release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading