Change rust flake update schedule

This commit is contained in:
Nathan McCarty 2023-06-20 20:00:46 -04:00
parent 3d9d63a731
commit acdc94d94a
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 2 additions and 7 deletions

View File

@ -77,14 +77,9 @@ in lib.mkMerge [
schedule = "Wed 23:00";
})
(update-flake {
name = "rust-util-sat";
name = "rust-util";
repo = "gitea@git.stranger.systems:nix/Rust.git";
schedule = "Sat 4:00";
})
(update-flake {
name = "rust-util-wed";
repo = "gitea@git.stranger.systems:nix/Rust.git";
schedule = "Wed 4:00";
schedule = "4:00";
})
(update-flake {
name = "java";