add hydra job

This commit is contained in:
zack 2024-10-18 23:35:39 -04:00
parent 3875e4d8b1
commit 40b8e68585
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35

View file

@ -40,6 +40,10 @@
}; };
}); });
hydraJobs = eachSystem (pkgs: {
build = self.packages.${pkgs.system}.default;
});
devShells = eachSystem (pkgs: { devShells = eachSystem (pkgs: {
default = pkgs.mkShell { default = pkgs.mkShell {
buildInputs = [ buildInputs = [