From 2f4bb5aec74223c8bf5a7b74ea69871ee3a0f500 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Thu, 18 May 2023 21:54:31 -0400 Subject: [PATCH] Change system flake auto-update to sunday --- 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 9b50acb..6669f69 100644 --- a/machines/oracles/automation.nix +++ b/machines/oracles/automation.nix @@ -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";