From 2b390c7c11ef80e7ee3d7dd26e3f43addc02f525 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 20 Apr 2024 11:52:56 -0400 Subject: [PATCH] fix hydra jobs Signed-off-by: ahuston-0 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index cd39709..46222e5 100644 --- a/flake.nix +++ b/flake.nix @@ -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);