about summary refs log tree commit diff
path: root/pkgs/pkgs-lib/formats/libconfig/default.nix
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2024-05-25 17:27:40 +0000
committernicoo <nicoo@mur.at>2024-05-25 17:27:40 +0000
commit3fa359407eb8a5ade31efbdffacd90b478184a5c (patch)
treecc0b921ef1b43d87a7be84de64b3657fe532d85b /pkgs/pkgs-lib/formats/libconfig/default.nix
parentb1289a4ced02a2df01f4d7a46d536601e653a6fe (diff)
formats: Set `preferLocalBuild` in `generate` builders
Otherwise, remote builds are used for trivial format conversions.
Diffstat (limited to 'pkgs/pkgs-lib/formats/libconfig/default.nix')
-rw-r--r--pkgs/pkgs-lib/formats/libconfig/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/pkgs-lib/formats/libconfig/default.nix b/pkgs/pkgs-lib/formats/libconfig/default.nix
index 7433a72853533..5687ab8c00578 100644
--- a/pkgs/pkgs-lib/formats/libconfig/default.nix
+++ b/pkgs/pkgs-lib/formats/libconfig/default.nix
@@ -85,6 +85,7 @@ in
           inherit name;
 
           dontUnpack = true;
+          preferLocalBuild = true;
 
           json = builtins.toJSON value;
           passAsFile = [ "json" ];