Skip to content

Commit

Permalink
Update the configuration mirror.
Browse files Browse the repository at this point in the history
  • Loading branch information
bot committed Oct 10, 2024
1 parent bab7917 commit e2eda13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/generated.nixpkgs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1466,12 +1466,12 @@ resource "hydra_jobset" "nixpkgs_haskell-updates" {
input {
name = "supportedSystems"
type = "nix"
value = "[ \"x86_64-linux\" \"x86_64-darwin\" \"aarch64-linux\" \"aarch64-darwin\" ]"
value = "[ \"x86_64-linux\" \"aarch64-linux\" /* \"x86_64-darwin\" \"aarch64-darwin\" */ ]"
notify_committers = false
}

check_interval = 14400
scheduling_shares = 5
scheduling_shares = 50
keep_evaluations = 0

email_notifications = false
Expand Down

0 comments on commit e2eda13

Please sign in to comment.