re-enable hydra #147

Merged
ahuston-0 merged 1 commits from feature/hydra_yath_core_limit into main 2025-12-07 19:34:44 -05:00
Showing only changes of commit afe1f5fed4 - Show all commits

View File

@@ -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");