nixpkgs-update: use true as the script to start it

systemd wants ExecStart to exist
This commit is contained in:
Ryan Mulligan 2020-10-11 09:38:43 -07:00
parent a9149159a0
commit 02efca6251

View file

@ -58,6 +58,7 @@ in
# Since this script is long-running, put it in postStart, so
# systemctl start nixpkgs-update runs right away
script = "true";
postStart = ''
${nixpkgs-update-bin} delete-done --delete
grep -rl $XDG_CACHE_HOME/nixpkgs -e buildPython | grep default | \