From afe1f5fed441687f8e271820cd7e7839241afc8d Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 7 Dec 2025 19:29:24 -0500 Subject: [PATCH] re-enable hydra --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index feebc9a..f2df361 100644 --- a/flake.nix +++ b/flake.nix @@ -170,7 +170,7 @@ rec { inherit lib; # for allowing use of custom functions in nix repl - #hydraJobs = import ./hydra/jobs.nix { inherit inputs outputs systems; }; + hydraJobs = import ./hydra/jobs.nix { inherit inputs outputs systems; }; formatter = forEachSystem (system: nixpkgs.legacyPackages.${system}.nixfmt-rfc-style); nixosConfigurations = genSystems inputs outputs src (src + "/systems");