refactor hydra jobs

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-17 21:13:55 -04:00 committed by Alice Huston
parent d766dd28f3
commit e97b484209
2 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@
in
{
inherit (self) outputs;
hydraJobs = import ./hydra.nix { inherit inputs outputs; };
hydraJobs = import ./hydra/jobs.nix { inherit inputs outputs; };
formatter = forEachSystem (system: nixpkgs.legacyPackages.${system}.nixfmt-rfc-style);