We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0e0e7c1 commit 1bb8a47Copy full SHA for 1bb8a47
pkgs/top-level/release.nix
@@ -31,6 +31,21 @@ let
31
manual = import ../../doc;
32
lib-tests = import ../../lib/tests/release.nix { inherit nixpkgs; };
33
34
+ darwin-tested = pkgs.releaseTools.aggregate
35
+ { name = "nixpkgs-darwin-${jobs.tarball.version}";
36
+ meta.description = "Release-critical builds for the Nixpkgs darwin channel";
37
+ constituents =
38
+ [ jobs.tarball
39
+ jobs.stdenv.x86_64-darwin
40
+ jobs.ghc.x86_64-darwin
41
+ jobs.cabal2nix.x86_64-darwin
42
+ jobs.ruby.x86_64-darwin
43
+ jobs.python.x86_64-darwin
44
+ jobs.rustc.x86_64-darwin
45
+ jobs.go.x86_64-darwin
46
+ ];
47
+ };
48
+
49
unstable = pkgs.releaseTools.aggregate
50
{ name = "nixpkgs-${jobs.tarball.version}";
51
meta.description = "Release-critical builds for the Nixpkgs unstable channel";
0 commit comments