all repos — nixfiles @ 0893d639685199ab94d7b257e5de1662c6973d7a

System and user configuration, managed by nix and home-manager

linde: update nix-packages flake
Alan Pearce alan@alanpearce.eu
Sun, 09 Mar 2025 12:36:27 +0100
commit

0893d639685199ab94d7b257e5de1662c6973d7a

parent

09fb9945f5b0387d502721aca64122a25bf22861

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -988,6 +988,12 @@ bindHTTP = "[::1]:8002";       keepRundirs = 1;
       archiveURL = "https://ci.alanpearce.eu/archive/";
     };
+    timers = {
+      update-flake-nix-packages = {
+        startAt = "Sunday";
+        accuracy = "6 hours";
+      };
+    };
   };
   users.users.laminar = {
     homeMode = "770";