make hydra only build linux

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

View file

@ -40,9 +40,9 @@
};
});
hydraJobs = eachSystem (pkgs: {
build = self.packages.${pkgs.system}.default;
});
hydraJobs = {
build = self.packages."x86_64-linux".default;
};
devShells = eachSystem (pkgs: {
default = pkgs.mkShell {