manifest: update

This commit is contained in:
GitHub Action
2023-02-02 02:29:19 +00:00
parent b86e094432
commit 61ec735acf
4 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -248,5 +248,6 @@
"2023-01-20" = import ./2023/2023-01-20.nix;
"2023-01-23" = import ./2023/2023-01-23.nix;
"2023-01-25" = import ./2023/2023-01-25.nix;
latest = "2023-01-25";
"2023-02-02" = import ./2023/2023-02-02.nix;
latest = "2023-02-02";
}

File diff suppressed because one or more lines are too long

View File

@@ -1578,5 +1578,6 @@
"2023-01-30" = import ./2023/2023-01-30.nix;
"2023-01-31" = import ./2023/2023-01-31.nix;
"2023-02-01" = import ./2023/2023-02-01.nix;
latest = "2023-02-01";
"2023-02-02" = import ./2023/2023-02-02.nix;
latest = "2023-02-02";
}