about summary refs log tree commit diff
path: root/nixos/modules/services/system/dbus.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-07 15:01:36 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-09 15:10:37 +0200
commitdc626693352250f21f0d2c6492757e6a916bcfc6 (patch)
tree27e18e5b1970524e942ef958204206be341ffd6c /nixos/modules/services/system/dbus.nix
parent4d49006a0f8ebdf32416779167bcb783834f9629 (diff)
Set ‘allowSubstitutes = false’ on various derivations
This reduces the number of binary cache requests. See
https://github.com/NixOS/nix/commit/b64988bb3585478676585a0f0aecbcf4e11d4432.
Diffstat (limited to 'nixos/modules/services/system/dbus.nix')
-rw-r--r--nixos/modules/services/system/dbus.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/services/system/dbus.nix b/nixos/modules/services/system/dbus.nix
index 853b458cf5899..5c20901427cb3 100644
--- a/nixos/modules/services/system/dbus.nix
+++ b/nixos/modules/services/system/dbus.nix
@@ -12,7 +12,10 @@ let
 
   configDir = pkgs.stdenv.mkDerivation {
     name = "dbus-conf";
+
     preferLocalBuild = true;
+    allowSubstitutes = false;
+
     buildCommand = ''
       mkdir -p $out