moor: add cross package to tests

This commit is contained in:
Seth Flynn
2025-10-20 10:02:32 -04:00
parent 2635b47539
commit 266fdd33fc
+2
View File
@@ -4,6 +4,7 @@
fetchFromGitHub,
installShellFiles,
nix-update-script,
pkgsCross,
versionCheckHook,
}:
@@ -37,6 +38,7 @@ buildGoModule (finalAttrs: {
'';
passthru = {
tests.cross-aarch64 = pkgsCross.aarch64-multiplatform.moor;
updateScript = nix-update-script { };
};