@cryptotaxi247 / infra / commits / cec3eb35

fixup for the darwin 23.03 jobset name

Graham Christensen committed Apr 12, 2020 at 17:57 UTC cec3eb35f350d9033a6ff850c75d3c6fb706f6c9
1 file changed +1 -1
channels.nix
+1 -1
@@ -28,7 +28,7 @@ rec {
28 current = true;
29 };
30 "nixpkgs-20.03-darwin" = {
31 - job = "nixpkgs/release-20.03-darwin/darwin-tested";
31 + job = "nixpkgs/nixpkgs-20.03-darwin/darwin-tested";
32 current = true;
33 };
34