mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-28 02:37:09 +00:00
add hydra example to release.nix
This commit is contained in:
parent
250f238e2b
commit
6a52afb886
1 changed files with 2 additions and 0 deletions
|
@ -79,12 +79,14 @@ let
|
|||
jobs.nano.x86_64-darwin
|
||||
jobs.vim.x86_64-darwin
|
||||
jobs.emacs.x86_64-darwin
|
||||
jobs.examples.hydra.x86_64-darwin
|
||||
jobs.examples.lnl.x86_64-darwin
|
||||
jobs.examples.simple.x86_64-darwin
|
||||
];
|
||||
meta.description = "Release-critical builds for the darwin unstable channel";
|
||||
};
|
||||
|
||||
examples.hydra = genExample ./modules/examples/hydra.nix;
|
||||
examples.lnl = genExample ./modules/examples/lnl.nix;
|
||||
examples.simple = genExample ./modules/examples/simple.nix;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue