build the crontab localy, there is nothing to gain from building it remotely

+1 -1
+1 -1
nixos/modules/services/scheduling/cron.nix
··· 100 100 environment.systemPackages = [ cronNixosPkg ]; 101 101 102 102 environment.etc.crontab = 103 - { source = pkgs.runCommand "crontabs" { inherit allFiles; } 103 + { source = pkgs.runCommand "crontabs" { inherit allFiles; preferLocalBuild = true; } 104 104 '' 105 105 touch $out 106 106 for i in $allFiles; do