Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Nov 15, 2023
1 parent 2fb0a1e commit cb4bb8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ let

in pkgsClean;

# Aggregate all packages
# All-green-criteria
# Aggregate all packages job
# Use as all-green-criteria
allJobs = prefix: jobs: let
aggrJob = (nixpkgs-final {}).releaseTools.aggregate {
name = "all-packages";
Expand All @@ -146,7 +146,7 @@ let
};
in {
"${prefix}" = jobs;
"${prefix}-all-jobs" = aggrJob;
"${prefix}".release_barrier = aggrJob;
};

in (allJobs cfg.prefix (pkgs config (self: super: {})))
Expand Down

0 comments on commit cb4bb8e

Please sign in to comment.