nixpkgs-update: use true as the script to start it
systemd wants ExecStart to exist
This commit is contained in:
parent
a9149159a0
commit
02efca6251
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ in
|
||||||
|
|
||||||
# Since this script is long-running, put it in postStart, so
|
# Since this script is long-running, put it in postStart, so
|
||||||
# systemctl start nixpkgs-update runs right away
|
# systemctl start nixpkgs-update runs right away
|
||||||
|
script = "true";
|
||||||
postStart = ''
|
postStart = ''
|
||||||
${nixpkgs-update-bin} delete-done --delete
|
${nixpkgs-update-bin} delete-done --delete
|
||||||
grep -rl $XDG_CACHE_HOME/nixpkgs -e buildPython | grep default | \
|
grep -rl $XDG_CACHE_HOME/nixpkgs -e buildPython | grep default | \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue