mo: add meta.mainProgram (#484439)

This commit is contained in:
Yohann Boniface
2026-01-27 20:27:26 +00:00
committed by GitHub
+1
View File
@@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/tests-always-included/mo";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sheepforce ];
mainProgram = "mo";
};
}