about summary refs log tree commit diff
path: root/pkgs/development/tools/azure-static-sites-client
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/development/tools/azure-static-sites-client
parent7eb4d990bd9739510995d71dade1467e07fb9404 (diff)
treewide: add system to "Unsupported system" throws
Diffstat (limited to 'pkgs/development/tools/azure-static-sites-client')
-rw-r--r--pkgs/development/tools/azure-static-sites-client/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/azure-static-sites-client/default.nix b/pkgs/development/tools/azure-static-sites-client/default.nix
index 441496ed4352c..08e56de7335b2 100644
--- a/pkgs/development/tools/azure-static-sites-client/default.nix
+++ b/pkgs/development/tools/azure-static-sites-client/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
   pname = "StaticSitesClient-${versionFlavor}";
   version = flavor.buildId;
 
-  src = sources.${stdenv.hostPlatform.system} or (throw "Unsupported platform");
+  src = sources.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
 
   nativeBuildInputs = [
     autoPatchelfHook