Remove hydra jobs
This commit is contained in:
parent
8dfa9a8df7
commit
ca0ad1b6d6
20
flake.nix
20
flake.nix
@ -74,8 +74,7 @@
|
||||
|
||||
outputs =
|
||||
inputs:
|
||||
let
|
||||
snowfallOutputs = inputs.snowfall-lib.mkFlake {
|
||||
inputs.snowfall-lib.mkFlake {
|
||||
inherit inputs;
|
||||
# Must always be ./.
|
||||
src = ./.;
|
||||
@ -128,9 +127,8 @@
|
||||
# { inherit (self) nixosConfigurations; }
|
||||
# ];
|
||||
# };
|
||||
};
|
||||
in
|
||||
{
|
||||
}
|
||||
// {
|
||||
# deploy-rs node configuration
|
||||
deploy.nodes.pianonix = {
|
||||
hostname = "pianonix.local";
|
||||
@ -151,17 +149,5 @@
|
||||
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