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;
|
project = config.resource.hydra_project.forkos.name;
|
||||||
state = "disabled";
|
state = "enabled";
|
||||||
visible = false;
|
visible = true;
|
||||||
name = "yureka-staging-test";
|
name = "nixos-main";
|
||||||
type = "legacy";
|
type = "legacy";
|
||||||
description = "staging branch for yureka-nixos";
|
description = "nixos jobset for the main branch";
|
||||||
|
|
||||||
nix_expression = {
|
nix_expression = {
|
||||||
file = "pkgs/top-level/release.nix";
|
file = "nixos/release-combined.nix";
|
||||||
input = "nixpkgs";
|
input = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -308,7 +308,7 @@ in
|
||||||
{
|
{
|
||||||
name = "nixpkgs";
|
name = "nixpkgs";
|
||||||
type = "git";
|
type = "git";
|
||||||
value = "https://cl.forkos.org/nixpkgs sandbox/yureka/staging-test";
|
value = "https://cl.forkos.org/nixpkgs main";
|
||||||
notify_committers = false;
|
notify_committers = false;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue