xeol: limit platform support

This commit is contained in:
Fabian Affolter 2024-05-22 11:27:12 +02:00
parent fb2bb52254
commit a5acd09844

View File

@ -35,5 +35,6 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
mainProgram = "xeol";
platforms = platforms.linux;
};
}