about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-02-11 00:03:49 +0100
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2024-02-11 00:03:49 +0100
commit68dd75315c31a8ebd089089455423354418668af (patch)
tree4d7d3c22caadcb5e2bff6e448d8cbb73e23627c8 /pkgs/applications/audio
parent7eb4d990bd9739510995d71dade1467e07fb9404 (diff)
downloadnixlib-68dd75315c31a8ebd089089455423354418668af.tar
nixlib-68dd75315c31a8ebd089089455423354418668af.tar.gz
nixlib-68dd75315c31a8ebd089089455423354418668af.tar.bz2
nixlib-68dd75315c31a8ebd089089455423354418668af.tar.lz
nixlib-68dd75315c31a8ebd089089455423354418668af.tar.xz
nixlib-68dd75315c31a8ebd089089455423354418668af.tar.zst
nixlib-68dd75315c31a8ebd089089455423354418668af.zip
treewide: add system to "Unsupported system" throws
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/youtube-music/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/youtube-music/default.nix b/pkgs/applications/audio/youtube-music/default.nix
index fc135c199bd1..cfb97b549a06 100644
--- a/pkgs/applications/audio/youtube-music/default.nix
+++ b/pkgs/applications/audio/youtube-music/default.nix
@@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
       aarch64-linux = "sha256-6nXemaGiQjp2stjjKItPJ62VcH5Q5pRf63qKtl2haXI=";
       x86_64-darwin = "sha256-jSMAw+AMD63vqPckZjblw4EDngA4E8h0WlsZu3hUShY=";
       aarch64-darwin = "sha256-zujXURpIcw7IOw63AW167h6cywYXydhHZMzA2apGZAs=";
-    }.${stdenv.system} or (throw "Unsupported platform");
+    }.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");
   };
 
   nativeBuildInputs =