terraform/hydra-nixpkgs: add unfree-redist-darwin
This commit is contained in:
parent
91fa979303
commit
9127b951e0
2 changed files with 13 additions and 0 deletions
|
@ -22,6 +22,10 @@ Built on `nixos-unstable-small` for `aarch64-linux`, `x86_64-linux`:
|
|||
|
||||
- [https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist](https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist)
|
||||
|
||||
Built on `nixpkgs-unstable` for `aarch64-darwin`, `x86_64-darwin`:
|
||||
|
||||
- [https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-darwin](https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-darwin)
|
||||
|
||||
Built on `nixos-$RELEASE-small` for `aarch64-linux`, `x86_64-linux`:
|
||||
|
||||
- [https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-stable](https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-stable)
|
||||
|
|
|
@ -46,6 +46,15 @@ locals {
|
|||
scheduling_shares = 5000
|
||||
supported_systems = "[ \"aarch64-linux\" \"x86_64-linux\" ]"
|
||||
}
|
||||
unfree_redist_darwin = {
|
||||
name = "unfree-redist-darwin"
|
||||
description = "nixpkgs-unstable darwin unfree+redistributable"
|
||||
nixpkgs_channel = "https://github.com/NixOS/nixpkgs.git nixpkgs-unstable"
|
||||
nixpkgs_release_file = "pkgs/top-level/release-unfree-redistributable.nix"
|
||||
check_interval = 1800
|
||||
scheduling_shares = 5000
|
||||
supported_systems = "[ \"aarch64-darwin\" \"x86_64-darwin\" ]"
|
||||
}
|
||||
unfree_redist_full = {
|
||||
name = "unfree-redist-full"
|
||||
description = "nixos-unstable unfree+redistributable full"
|
||||
|
|
Loading…
Add table
Reference in a new issue