forked from lix-project/lix
nixpkgsLibTests: Only test our Nix
Interface has changed upstream. It *should* be fine to test 23.05's other Nix versions as those *should* succeed, but that's not the case and it's obfuscating our terrible CI setup's log.
This commit is contained in:
parent
46478b44ff
commit
3384f70a3d
|
@ -656,7 +656,9 @@
|
||||||
tests.nixpkgsLibTests =
|
tests.nixpkgsLibTests =
|
||||||
forAllSystems (system:
|
forAllSystems (system:
|
||||||
import (nixpkgs + "/lib/tests/release.nix")
|
import (nixpkgs + "/lib/tests/release.nix")
|
||||||
{ pkgs = nixpkgsFor.${system}.native; }
|
{ pkgs = nixpkgsFor.${system}.native;
|
||||||
|
nixVersions = [ self.packages.${system}.nix ];
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
metrics.nixpkgs = import "${nixpkgs-regression}/pkgs/top-level/metrics.nix" {
|
metrics.nixpkgs = import "${nixpkgs-regression}/pkgs/top-level/metrics.nix" {
|
||||||
|
|
Loading…
Reference in a new issue