manifest: update

This commit is contained in:
GitHub Action
2023-01-12 02:26:37 +00:00
parent a979c85ed4
commit 0833f4d063
4 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

@@ -1558,5 +1558,6 @@
"2023-01-09" = import ./2023/2023-01-09.nix;
"2023-01-10" = import ./2023/2023-01-10.nix;
"2023-01-11" = import ./2023/2023-01-11.nix;
latest = "2023-01-11";
"2023-01-12" = import ./2023/2023-01-12.nix;
latest = "2023-01-12";
}