From ac7cff66447e052bcdc83cbb0f40b17e51a591f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Tue, 19 Jul 2022 13:04:09 +0100 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20do=20i686-linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5f21d91..dced704 100644 --- a/flake.nix +++ b/flake.nix @@ -80,7 +80,7 @@ ]); hydraJobs = - if pkgs.lib.strings.hasSuffix "-linux" system + if (pkgs.lib.strings.hasSuffix "-linux" system) && (system != "i686-linux") then { inherit packages devShells formatter; inherit (inputs.cargo2nix.packages.${system}) cargo2nix;