make hydra only build linux
This commit is contained in:
parent
40b8e68585
commit
5e3ff5b15b
1 changed files with 3 additions and 3 deletions
|
|
@ -40,9 +40,9 @@
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
hydraJobs = eachSystem (pkgs: {
|
hydraJobs = {
|
||||||
build = self.packages.${pkgs.system}.default;
|
build = self.packages."x86_64-linux".default;
|
||||||
});
|
};
|
||||||
|
|
||||||
devShells = eachSystem (pkgs: {
|
devShells = eachSystem (pkgs: {
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue