summary refs log tree commit diff
path: root/pkgs/build-support/references-by-popularity/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/references-by-popularity/default.nix')
-rw-r--r--pkgs/build-support/references-by-popularity/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/references-by-popularity/default.nix b/pkgs/build-support/references-by-popularity/default.nix
index 4cae2dcf3ca96..dfc25275f34c5 100644
--- a/pkgs/build-support/references-by-popularity/default.nix
+++ b/pkgs/build-support/references-by-popularity/default.nix
@@ -5,6 +5,7 @@ path: runCommand "closure-paths"
 {
   exportReferencesGraph.graph = path;
   __structuredAttrs = true;
+  preferLocalBuild = true;
   PATH = "${coreutils}/bin:${python3}/bin";
   builder = builtins.toFile "builder"
     ''