release.nix: remove pkgs-lib-tests
this is already included as `tests.pkgs-lib`
This commit is contained in:
@@ -112,7 +112,6 @@ let
|
||||
manual = pkgs.nixpkgs-manual.override { inherit nixpkgs; };
|
||||
metrics = import ./metrics.nix { inherit pkgs nixpkgs; };
|
||||
lib-tests = import ../../lib/tests/release.nix { inherit pkgs; };
|
||||
pkgs-lib-tests = import ../pkgs-lib/tests { inherit pkgs; };
|
||||
|
||||
darwin-tested =
|
||||
if supportDarwin.x86_64 || supportDarwin.aarch64 then
|
||||
|
||||
Reference in New Issue
Block a user