manifest: update

This commit is contained in:
GitHub Action
2023-01-01 02:33:12 +00:00
parent 176b6fd3dd
commit f17584a6e8
4 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -242,5 +242,6 @@
"2022-12-27" = import ./2022/2022-12-27.nix;
"2022-12-28" = import ./2022/2022-12-28.nix;
"2022-12-29" = import ./2022/2022-12-29.nix;
latest = "2022-12-29";
"2023-01-01" = import ./2023/2023-01-01.nix;
latest = "2023-01-01";
}

File diff suppressed because one or more lines are too long

View File

@@ -1547,5 +1547,6 @@
"2022-12-29" = import ./2022/2022-12-29.nix;
"2022-12-30" = import ./2022/2022-12-30.nix;
"2022-12-31" = import ./2022/2022-12-31.nix;
latest = "2022-12-31";
"2023-01-01" = import ./2023/2023-01-01.nix;
latest = "2023-01-01";
}