about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/azure-static-sites-client/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/tools/azure-static-sites-client/default.nix')
-rw-r--r--nixpkgs/pkgs/development/tools/azure-static-sites-client/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/tools/azure-static-sites-client/default.nix b/nixpkgs/pkgs/development/tools/azure-static-sites-client/default.nix
index 5ac8f971cf35..441496ed4352 100644
--- a/nixpkgs/pkgs/development/tools/azure-static-sites-client/default.nix
+++ b/nixpkgs/pkgs/development/tools/azure-static-sites-client/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
   pname = "StaticSitesClient-${versionFlavor}";
   version = flavor.buildId;
 
-  src = sources.${stdenv.targetPlatform.system} or (throw "Unsupported platform");
+  src = sources.${stdenv.hostPlatform.system} or (throw "Unsupported platform");
 
   nativeBuildInputs = [
     autoPatchelfHook