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 let
#inherit (xinlib) prIsOpen; #inherit (xinlib) prIsOpen;
jobs = [ jobs = [
#{ {
# name = "xin-ci-update"; name = "xin-ci-update";
# user = "qbit"; user = "qbit";
# script = "cd ~/src/xin && ./bin/ci update"; script = "cd ~/src/xin && ./bin/ci update";
# startAt = "23:00"; startAt = "23:00";
# path = [ ]; path = [ ];
#} }
{ {
name = "xin-ci"; name = "xin-ci";
user = "qbit"; user = "qbit";