Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading pkgs/top-level/packages-config.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 = { }; }; } pkgs/top-level/release.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading
pkgs/top-level/packages-config.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 = { }; }; }
pkgs/top-level/release.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading