manifest: update

This commit is contained in:
GitHub Action
2025-05-10 02:34:14 +00:00
parent caa2fef171
commit be092436d4
4 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -96,5 +96,6 @@
"2025-04-30" = import ./2025/2025-04-30.nix;
"2025-05-04" = import ./2025/2025-05-04.nix;
"2025-05-08" = import ./2025/2025-05-08.nix;
latest = "2025-05-08";
"2025-05-09" = import ./2025/2025-05-09.nix;
latest = "2025-05-09";
}

File diff suppressed because one or more lines are too long

View File

@@ -487,5 +487,6 @@
"2025-05-07" = import ./2025/2025-05-07.nix;
"2025-05-08" = import ./2025/2025-05-08.nix;
"2025-05-09" = import ./2025/2025-05-09.nix;
latest = "2025-05-09";
"2025-05-10" = import ./2025/2025-05-10.nix;
latest = "2025-05-10";
}