manifest: update

This commit is contained in:
GitHub Action
2025-09-21 02:36:55 +00:00
parent f1ccb14649
commit 6f3988eb58
5 changed files with 8 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -120,5 +120,7 @@
"2025-09-11" = import ./2025/2025-09-11.nix;
"2025-09-12" = import ./2025/2025-09-12.nix;
"2025-09-16" = import ./2025/2025-09-16.nix;
latest = "2025-09-16";
"2025-09-20" = import ./2025/2025-09-20.nix;
"2025-09-21" = import ./2025/2025-09-21.nix;
latest = "2025-09-21";
}

File diff suppressed because one or more lines are too long

View File

@@ -620,5 +620,6 @@
"2025-09-18" = import ./2025/2025-09-18.nix;
"2025-09-19" = import ./2025/2025-09-19.nix;
"2025-09-20" = import ./2025/2025-09-20.nix;
latest = "2025-09-20";
"2025-09-21" = import ./2025/2025-09-21.nix;
latest = "2025-09-21";
}