From 29d2df8e1ad0192858de3d3ed3fae8f705f81e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Wed, 9 Oct 2024 16:37:39 +0200 Subject: [PATCH] osu-lazer-bin: improve error message for unsupported arch --- pkgs/games/osu-lazer/bin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/osu-lazer/bin.nix b/pkgs/games/osu-lazer/bin.nix index e86d9327865b..af2997dc7e62 100644 --- a/pkgs/games/osu-lazer/bin.nix +++ b/pkgs/games/osu-lazer/bin.nix @@ -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)";