Compare commits
2 commits
99259356f2
...
dd81b78f7a
Author | SHA1 | Date | |
---|---|---|---|
Yureka | dd81b78f7a | ||
Yureka | 537b3b978c |
|
@ -285,16 +285,16 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
resource.hydra_jobset.yureka-staging-test = {
|
||||
resource.hydra_jobset.nixos-main = {
|
||||
project = config.resource.hydra_project.forkos.name;
|
||||
state = "disabled";
|
||||
visible = false;
|
||||
name = "yureka-staging-test";
|
||||
state = "enabled";
|
||||
visible = true;
|
||||
name = "nixos-main";
|
||||
type = "legacy";
|
||||
description = "staging branch for yureka-nixos";
|
||||
description = "nixos jobset for the main branch";
|
||||
|
||||
nix_expression = {
|
||||
file = "pkgs/top-level/release.nix";
|
||||
file = "nixos/release-combined.nix";
|
||||
input = "nixpkgs";
|
||||
};
|
||||
|
||||
|
@ -308,7 +308,7 @@ in
|
|||
{
|
||||
name = "nixpkgs";
|
||||
type = "git";
|
||||
value = "https://cl.forkos.org/nixpkgs sandbox/yureka/staging-test";
|
||||
value = "https://cl.forkos.org/nixpkgs main";
|
||||
notify_committers = false;
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue