mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
build the crontab localy, there is nothing to gain from building it remotely
This commit is contained in:
parent
3a658f4c41
commit
54fe2f8c5c
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ in
|
||||||
environment.systemPackages = [ cronNixosPkg ];
|
environment.systemPackages = [ cronNixosPkg ];
|
||||||
|
|
||||||
environment.etc.crontab =
|
environment.etc.crontab =
|
||||||
{ source = pkgs.runCommand "crontabs" { inherit allFiles; }
|
{ source = pkgs.runCommand "crontabs" { inherit allFiles; preferLocalBuild = true; }
|
||||||
''
|
''
|
||||||
touch $out
|
touch $out
|
||||||
for i in $allFiles; do
|
for i in $allFiles; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue