add hydra jobs for all linux targets
This commit is contained in:
parent
5c5f75d0a5
commit
04c277c0e8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue