configs/ci: re-enable updates

This commit is contained in:
Aaron Bieber 2024-04-02 21:21:39 -06:00
parent 2f8cde4a89
commit e0e0e01469
No known key found for this signature in database

View File

@ -8,13 +8,13 @@
let
#inherit (xinlib) prIsOpen;
jobs = [
#{
# name = "xin-ci-update";
# user = "qbit";
# script = "cd ~/src/xin && ./bin/ci update";
# startAt = "23:00";
# path = [ ];
#}
{
name = "xin-ci-update";
user = "qbit";
script = "cd ~/src/xin && ./bin/ci update";
startAt = "23:00";
path = [ ];
}
{
name = "xin-ci";
user = "qbit";