Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions terraform/hydra-nixpkgs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,17 @@ locals {
}
unfree_redist_stable = {
name = "unfree-redist-stable"
description = "nixos-25.05-small unfree+redistributable"
nixpkgs_channel = "https://github.com/NixOS/nixpkgs.git nixos-25.05-small"
description = "nixos-25.11-small unfree+redistributable"
nixpkgs_channel = "https://github.com/NixOS/nixpkgs.git nixos-25.11-small"
release_file = "pkgs/top-level/release-unfree-redistributable.nix"
check_interval = 1800
scheduling_shares = 5000
supported_systems = ["aarch64-linux", "x86_64-linux"]
}
unfree_redist_stable_previous = {
name = "unfree-redist-stable-previous"
description = "nixos-24.11-small unfree+redistributable"
nixpkgs_channel = "https://github.com/NixOS/nixpkgs.git nixos-24.11-small"
description = "nixos-25.05-small unfree+redistributable"
nixpkgs_channel = "https://github.com/NixOS/nixpkgs.git nixos-25.05-small"
release_file = "pkgs/top-level/release-unfree-redistributable.nix"
check_interval = 1800
scheduling_shares = 5000
Expand Down