osu-lazer-bin: improve error message for unsupported arch

This commit is contained in:
Gutyina Gergő
2024-10-09 16:37:39 +02:00
parent 70ec07c5c5
commit 29d2df8e1a
+1 -1
View File
@@ -28,7 +28,7 @@ let
hash = "sha256-zQnR3KwlE1gTWH8f+GDRBsc7Whfn9XpT1D/NLg5TtrU=";
};
}
.${stdenv.system} or (throw "${pname}-${version}: ${stdenv.system} is unsupported.");
.${stdenv.system} or (throw "osu-lazer-bin: ${stdenv.system} is unsupported.");
meta = {
description = "Rhythm is just a *click* away (AppImage version for score submission and multiplayer, and binary distribution for Darwin systems)";