manifest: update

This commit is contained in:
GitHub Action
2023-12-02 02:13:03 +00:00
parent bb71557c93
commit 47fe4578cb
4 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -301,5 +301,6 @@
"2023-11-19" = import ./2023/2023-11-19.nix;
"2023-11-21" = import ./2023/2023-11-21.nix;
"2023-11-29" = import ./2023/2023-11-29.nix;
latest = "2023-11-29";
"2023-12-02" = import ./2023/2023-12-02.nix;
latest = "2023-12-02";
}

File diff suppressed because one or more lines are too long

View File

@@ -1881,5 +1881,6 @@
"2023-11-29" = import ./2023/2023-11-29.nix;
"2023-11-30" = import ./2023/2023-11-30.nix;
"2023-12-01" = import ./2023/2023-12-01.nix;
latest = "2023-12-01";
"2023-12-02" = import ./2023/2023-12-02.nix;
latest = "2023-12-02";
}