Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Nov 15, 2023
1 parent cb4bb8e commit 44cbaa4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ let
in a2l pnames;
};
in {
"${prefix}" = jobs;
"${prefix}".release_barrier = aggrJob;
"${prefix}" = jobs // { release-barrier = aggrJob; };
};

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

0 comments on commit 44cbaa4

Please sign in to comment.