about summary refs log tree commit diff
path: root/pkgs/games/steam/fetchsteam/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/steam/fetchsteam/default.nix')
-rw-r--r--pkgs/games/steam/fetchsteam/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/steam/fetchsteam/default.nix b/pkgs/games/steam/fetchsteam/default.nix
index 5c1faf55..646e0a14 100644
--- a/pkgs/games/steam/fetchsteam/default.nix
+++ b/pkgs/games/steam/fetchsteam/default.nix
@@ -79,6 +79,7 @@ let
 in with stdenv.lib; runCommand "${name}-src" {
   buildInputs = [ DepotDownloader ];
   inherit username password appId depotId manifestId;
+  preferLocalBuild = true;
   outputHashAlgo = "sha256";
   outputHash = sha256;
   outputHashMode = "recursive";