fix hydra jobs

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-20 11:52:56 -04:00 committed by Alice Huston
parent f0cd89bee8
commit 2b390c7c11

View File

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