mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-05 00:07:01 +00:00
fix release.nix eval
This commit is contained in:
parent
183dc92553
commit
54a3bf8eb2
1 changed files with 2 additions and 4 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue