add hydra jobs for all linux targets

This commit is contained in:
Charlotte 🦝 Delenk 2022-07-19 12:58:33 +01:00
parent 5c5f75d0a5
commit 04c277c0e8
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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;