Add hydrajobs

This commit is contained in:
Sam W 2023-05-11 14:43:58 +01:00
parent 70317a1372
commit c6d025df60
1 changed files with 1 additions and 0 deletions

View File

@ -48,5 +48,6 @@
packages = with pkgs; [rust rust-analyzer]; packages = with pkgs; [rust rust-analyzer];
}; };
formatter = pkgs.alejandra; formatter = pkgs.alejandra;
hydraJobs.build = packages.default;
}); });
} }