Skip to content

Commit 295aa56

Browse files
author
bot
committed
Update the configuration mirror.
1 parent cef6bd2 commit 295aa56

8 files changed

Lines changed: 7133 additions & 1064 deletions

config/generated.cabal2nix.tf

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,44 @@ resource "hydra_project" "cabal2nix" {
88
visible = false
99
}
1010

11+
resource "hydra_jobset" "cabal2nix_master" {
12+
project = hydra_project.cabal2nix.name
13+
state = "disabled"
14+
visible = false
15+
name = "master"
16+
type = "legacy"
17+
description = "master branch"
18+
19+
nix_expression {
20+
file = "cabal2nix.nix"
21+
input = "ciSrc"
22+
}
23+
24+
input {
25+
name = "cabal2nixSrc"
26+
type = "git"
27+
value = "https://github.com/NixOS/cabal2nix.git"
28+
notify_committers = false
29+
}
30+
31+
input {
32+
name = "ciSrc"
33+
type = "git"
34+
value = "https://github.com/peti/ci.git"
35+
notify_committers = false
36+
}
37+
38+
input {
39+
name = "nixpkgs"
40+
type = "git"
41+
value = "https://github.com/NixOS/nixpkgs.git"
42+
notify_committers = false
43+
}
44+
45+
check_interval = 3600
46+
scheduling_shares = 50000
47+
keep_evaluations = 0
48+
49+
email_notifications = false
50+
email_override = ""
51+
}

0 commit comments

Comments
 (0)