nray: limit platform support

This commit is contained in:
Fabian Affolter 2024-05-22 10:33:20 +02:00
parent e4216e0253
commit 7daf6faa8a

View File

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