Correct Hydra Build Systems

This commit is contained in:
2023-03-06 17:40:56 -05:00
parent 5f7c885f82
commit 974a2c0845

View File

@@ -69,7 +69,7 @@
});
in
{
checks = {
checks = pkgs.lib.optionalAttrs (system == "x86_64-linux") {
# Build the crate as part of `nix flake check` for convenience
inherit newalan;