Compare commits

..

4 Commits

Author SHA1 Message Date
4824c265f9
add hydraJobs back in
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 13s
Check Nix flake / Perform Nix flake checks (pull_request) Failing after 2m32s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m20s
2025-03-26 13:49:13 -04:00
4548914209 Merge pull request 'fix gitea pulls' (#61) from feature/add-typhon into main
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 10s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m34s
Check Nix flake / Perform Nix flake checks (push) Successful in 7m35s
Reviewed-on: #61
2025-03-26 13:45:31 -04:00
bf88cab578 disable builds due to long hydra build time 2025-03-26 13:45:31 -04:00
d6ce8a72e7 fix gitea pulls 2025-03-26 13:45:31 -04:00

View File

@ -157,7 +157,7 @@
rec { rec {
inherit lib; # for allowing use of custom functions in nix repl 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); formatter = forEachSystem (system: nixpkgs.legacyPackages.${system}.nixfmt-rfc-style);
nixosConfigurations = genSystems inputs outputs src (src + "/systems"); nixosConfigurations = genSystems inputs outputs src (src + "/systems");