summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/release.nix b/release.nix
index 943f30e..2dea880 100644
--- a/release.nix
+++ b/release.nix
@@ -22,15 +22,13 @@ let
jobs = {
- inherit jobs release pkgs;
-
unstable = pkgs.releaseTools.aggregate {
name = "darwin-${pkgs.lib.nixpkgsVersion}";
constituents =
[ jobs.stdenv.x86_64-darwin
jobs.bash.x86_64-darwin
- jobs.lnl.x86_64-darwin
- jobs.simple.x86_64-darwin
+ jobs.examples.lnl.x86_64-darwin
+ jobs.examples.simple.x86_64-darwin
];
meta.description = "Release-critical builds for the Nixpkgs unstable channel";
};