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