lol

Merge pull request #145703 from tpwrules/uwuify-platforms

uwuify: mark supported platforms

authored by

Ben Siraphob and committed by
GitHub
7e839241 281d13c4

+1
+1
pkgs/tools/misc/uwuify/default.nix
··· 18 18 description = "Fast text uwuifier"; 19 19 homepage = "https://github.com/Daniel-Liu-c0deb0t/uwu"; 20 20 license = licenses.mit; 21 + platforms = lib.platforms.x86; # uses SSE instructions 21 22 maintainers = with maintainers; [ siraben ]; 22 23 }; 23 24 }