Remove hydra jobs
This commit is contained in:
parent
8dfa9a8df7
commit
ca0ad1b6d6
20
flake.nix
20
flake.nix
@ -74,8 +74,7 @@
|
|||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
inputs:
|
inputs:
|
||||||
let
|
inputs.snowfall-lib.mkFlake {
|
||||||
snowfallOutputs = inputs.snowfall-lib.mkFlake {
|
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
# Must always be ./.
|
# Must always be ./.
|
||||||
src = ./.;
|
src = ./.;
|
||||||
@ -128,9 +127,8 @@
|
|||||||
# { inherit (self) nixosConfigurations; }
|
# { inherit (self) nixosConfigurations; }
|
||||||
# ];
|
# ];
|
||||||
# };
|
# };
|
||||||
};
|
}
|
||||||
in
|
// {
|
||||||
{
|
|
||||||
# deploy-rs node configuration
|
# deploy-rs node configuration
|
||||||
deploy.nodes.pianonix = {
|
deploy.nodes.pianonix = {
|
||||||
hostname = "pianonix.local";
|
hostname = "pianonix.local";
|
||||||
@ -151,17 +149,5 @@
|
|||||||
remoteBuild = true;
|
remoteBuild = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
hydraJobs = {
|
|
||||||
x86_64-linux = {
|
|
||||||
aspi = snowfallOutputs.nixosConfigurations.aspi.config.system.build.toplevel;
|
|
||||||
builder = snowfallOutputs.nixosConfigurations.builder.config.system.build.toplevel;
|
|
||||||
kardorf = snowfallOutputs.nixosConfigurations.kardorf.config.system.build.toplevel;
|
|
||||||
};
|
};
|
||||||
aarch64-linux = {
|
|
||||||
pianonix = snowfallOutputs.nixosConfigurations.pianonix.config.system.build.toplevel;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
// snowfallOutputs;
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user