Change system flake auto-update to sunday

This commit is contained in:
Nathan McCarty 2023-05-18 21:54:31 -04:00
parent aa71899e97
commit 2f4bb5aec7
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ in lib.mkMerge [
(update-flake {
name = "system";
repo = "gitea@git.stranger.systems:nix/System.git";
schedule = "Mon, 4:00";
schedule = "Sun, 4:00";
})
(update-flake {
name = "rust-util";