Skip to content

Commit

Permalink
terraform/hydra-nixpkgs: add unfree-redist-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Nov 17, 2024
1 parent cf861eb commit 42c22e4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/package-sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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)

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

All of the above builds are pushed to the cache.
Expand Down
9 changes: 9 additions & 0 deletions terraform/hydra-nixpkgs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ locals {
supported_systems = "[ \"x86_64-linux\" ]"
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\" ]"
}
}
}

Expand Down

0 comments on commit 42c22e4

Please sign in to comment.