add hydraJobs back in #62

Merged
ahuston-0 merged 3 commits from feature/add-typhon into main 2025-03-26 16:08:43 -04:00
Showing only changes of commit 4824c265f9 - Show all commits

View File

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