From 04c277c0e8da59da223cbf205b3bdb04daf97f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Tue, 19 Jul 2022 12:58:33 +0100 Subject: [PATCH] add hydra jobs for all linux targets --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0da4fbf..5f21d91 100644 --- a/flake.nix +++ b/flake.nix @@ -80,7 +80,7 @@ ]); hydraJobs = - if system == "x86_64-linux" + if pkgs.lib.strings.hasSuffix "-linux" system then { inherit packages devShells formatter; inherit (inputs.cargo2nix.packages.${system}) cargo2nix;