terraform/hydra-nixpkgs: add unfree-redist-stable
This commit is contained in:
parent
de95074435
commit
d3fe346b63
2 changed files with 14 additions and 1 deletions
|
@ -18,10 +18,14 @@ Built on `nixos-$RELEASE-small` for `x86_64-linux`:
|
||||||
|
|
||||||
[unfree redistributable release set in nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/release-unfree-redistributable.nix)
|
[unfree redistributable release set in nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/release-unfree-redistributable.nix)
|
||||||
|
|
||||||
Built on `nixos-unstable-small` for `x86_64-linux`, `aarch64-linux`:
|
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)
|
- [https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist](https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist)
|
||||||
|
|
||||||
|
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)
|
||||||
|
|
||||||
#### Cache
|
#### Cache
|
||||||
|
|
||||||
All of the above builds are pushed to the cache.
|
All of the above builds are pushed to the cache.
|
||||||
|
|
|
@ -47,6 +47,15 @@ locals {
|
||||||
supported_systems = "[ \"x86_64-linux\" ]"
|
supported_systems = "[ \"x86_64-linux\" ]"
|
||||||
full = "true"
|
full = "true"
|
||||||
}
|
}
|
||||||
|
unfree_redist_stable = {
|
||||||
|
name = "unfree-redist-stable"
|
||||||
|
description = "nixos-24.11-small unfree+redistributable"
|
||||||
|
nixpkgs_channel = "https://github.com/NixOS/nixpkgs.git nixos-24.11-small"
|
||||||
|
nixpkgs_release_file = "pkgs/top-level/release-unfree-redistributable.nix"
|
||||||
|
check_interval = 1800
|
||||||
|
scheduling_shares = 5000
|
||||||
|
supported_systems = "[ \"aarch64-linux\" \"x86_64-linux\" ]"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue