From f2f493bd1a21ffa187e0848e54246cb75d9a9ab0 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 3 Jun 2023 10:29:11 -0400 Subject: [PATCH] Rescheulde rust flake update --- machines/oracles/automation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/oracles/automation.nix b/machines/oracles/automation.nix index 3e60231..8e8e054 100644 --- a/machines/oracles/automation.nix +++ b/machines/oracles/automation.nix @@ -74,7 +74,7 @@ in lib.mkMerge [ (update-flake { name = "rust-util"; repo = "gitea@git.stranger.systems:nix/Rust.git"; - schedule = "Mon, 8:00"; + schedule = "Sat, 4:00"; }) (update-flake { name = "java";