about summary refs log tree commit diff
path: root/pkgs/tools/misc/profile-sync-daemon
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-10-12 19:58:49 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-10-12 19:58:49 +0200
commit45ae719fb53aa0a41d21f0c12ea85ca1e37f5d25 (patch)
tree4f613c37b2c7815ddb914ddd98b6913a3097919f /pkgs/tools/misc/profile-sync-daemon
parentf8d3ae5d0a4706825fcdfe57af3ee49e9e2fe93c (diff)
profile-sync-daemon: remove preferLocalBuild
Diffstat (limited to 'pkgs/tools/misc/profile-sync-daemon')
-rw-r--r--pkgs/tools/misc/profile-sync-daemon/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/misc/profile-sync-daemon/default.nix b/pkgs/tools/misc/profile-sync-daemon/default.nix
index c14d3b07a37c8..4cca88a9b40aa 100644
--- a/pkgs/tools/misc/profile-sync-daemon/default.nix
+++ b/pkgs/tools/misc/profile-sync-daemon/default.nix
@@ -23,8 +23,6 @@ stdenv.mkDerivation rec {
       --replace "sudo " "/run/wrappers/bin/sudo "
   '';
 
-  preferLocalBuild = true;
-
   meta = with lib; {
     description = "Syncs browser profile dirs to RAM";
     longDescription = ''