Unverified Commit 6e63eeab authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

tests: recourse into (#430856)

parents 8c52d438 ee6ba1c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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 = { };
    };
}
+0 −2
Original line number Diff line number Diff line
@@ -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;