hydra job

This commit is contained in:
Paul Zinselmeyer 2023-09-28 17:48:16 +02:00
parent 215466e849
commit 3400e5da8d
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
devShells.default = mkShell {
inputsFrom = [ bin ];
};
hydra.build = bin;
hydraJobs.build = bin;
}
);
}