lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

darwin-test-channel: I broke it a bit adding macos-sierra-shared

This doesn't completely unbreak it, but gets it closer.

+3 -3
+2 -2
pkgs/top-level/all-packages.nix
··· 19261 19261 19262 19262 xtermcontrol = callPackage ../applications/misc/xtermcontrol {}; 19263 19263 19264 - # No `recurseIntoAttrs` because there's no need to nix-env these. 19265 - tests = { 19264 + # `recurseIntoAttrs` for sake of hydra, not nix-env 19265 + tests = recurseIntoAttrs { 19266 19266 macOSSierraShared = callPackage ../test/macos-sierra-shared {}; 19267 19267 }; 19268 19268 }
+1 -1
pkgs/top-level/release.nix
··· 42 42 jobs.python.x86_64-darwin 43 43 jobs.rustc.x86_64-darwin 44 44 jobs.go.x86_64-darwin 45 - jobs.tests.macOSSierraShared 45 + jobs.tests.macOSSierraShared.x86_64-darwin 46 46 ]; 47 47 }; 48 48