about summary refs log tree commit diff
path: root/pkgs/by-name/ki
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/by-name/ki
parent7eb4d990bd9739510995d71dade1467e07fb9404 (diff)
treewide: add system to "Unsupported system" throws
Diffstat (limited to 'pkgs/by-name/ki')
-rw-r--r--pkgs/by-name/ki/kiwitalk/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ki/kiwitalk/package.nix b/pkgs/by-name/ki/kiwitalk/package.nix
index 6acc0664a9588..2a581feb26842 100644
--- a/pkgs/by-name/ki/kiwitalk/package.nix
+++ b/pkgs/by-name/ki/kiwitalk/package.nix
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
       i686-linux = "sha256-/Q7VZahYhLdKVFB25CanROYxD2etQOcRg+4bXZUMqTc=";
       x86_64-darwin = "sha256-9biFAbFD7Bva7KPKztgCvcaoX8E6AlJBKkjlDQdP6Zw=";
       aarch64-darwin = "sha256-to5Y0R9tm9b7jUQAK3eBylLhpu+w5oDd63FbBCBAvd8=";
-    }.${stdenv.system} or (throw "Unsupported platform");
+    }.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");
   };
 
   cargoDeps = rustPlatform.importCargoLock {