From acdc94d94aa83837d47ca6879c4ee997d3c9c941 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 20 Jun 2023 20:00:46 -0400 Subject: [PATCH] Change rust flake update schedule --- machines/oracles/automation.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/machines/oracles/automation.nix b/machines/oracles/automation.nix index 4eca3e4..6d1c653 100644 --- a/machines/oracles/automation.nix +++ b/machines/oracles/automation.nix @@ -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";