darwin-test-channel: I broke it a bit adding macos-sierra-shared
This doesn't completely unbreak it, but gets it closer.
This commit is contained in:
parent
8f141b2a07
commit
8b024834f2
@ -19261,8 +19261,8 @@ with pkgs;
|
||||
|
||||
xtermcontrol = callPackage ../applications/misc/xtermcontrol {};
|
||||
|
||||
# No `recurseIntoAttrs` because there's no need to nix-env these.
|
||||
tests = {
|
||||
# `recurseIntoAttrs` for sake of hydra, not nix-env
|
||||
tests = recurseIntoAttrs {
|
||||
macOSSierraShared = callPackage ../test/macos-sierra-shared {};
|
||||
};
|
||||
}
|
||||
|
@ -42,7 +42,7 @@ let
|
||||
jobs.python.x86_64-darwin
|
||||
jobs.rustc.x86_64-darwin
|
||||
jobs.go.x86_64-darwin
|
||||
jobs.tests.macOSSierraShared
|
||||
jobs.tests.macOSSierraShared.x86_64-darwin
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user