diff --git a/configs/ci.nix b/configs/ci.nix index 4da34d8..c7d90c0 100644 --- a/configs/ci.nix +++ b/configs/ci.nix @@ -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";