don’t do i686-linux
This commit is contained in:
parent
04c277c0e8
commit
ac7cff6644
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
||||||
]);
|
]);
|
||||||
|
|
||||||
hydraJobs =
|
hydraJobs =
|
||||||
if pkgs.lib.strings.hasSuffix "-linux" system
|
if (pkgs.lib.strings.hasSuffix "-linux" system) && (system != "i686-linux")
|
||||||
then {
|
then {
|
||||||
inherit packages devShells formatter;
|
inherit packages devShells formatter;
|
||||||
inherit (inputs.cargo2nix.packages.${system}) cargo2nix;
|
inherit (inputs.cargo2nix.packages.${system}) cargo2nix;
|
||||||
|
|
Reference in a new issue