manifest: update

main
GitHub Action 3 years ago
parent 0736de320f
commit 1b723f746e
  1. 1
      manifests/beta/2021/2021-09-08.nix
  2. 3
      manifests/beta/default.nix
  3. 1
      manifests/nightly/2021/2021-09-09.nix
  4. 3
      manifests/nightly/default.nix

File diff suppressed because one or more lines are too long

@ -174,5 +174,6 @@
"2021-08-28" = import ./2021/2021-08-28.nix;
"2021-08-29" = import ./2021/2021-08-29.nix;
"2021-09-05" = import ./2021/2021-09-05.nix;
latest = "2021-09-05";
"2021-09-08" = import ./2021/2021-09-08.nix;
latest = "2021-09-08";
}

File diff suppressed because one or more lines are too long

@ -1071,5 +1071,6 @@
"2021-09-06" = import ./2021/2021-09-06.nix;
"2021-09-07" = import ./2021/2021-09-07.nix;
"2021-09-08" = import ./2021/2021-09-08.nix;
latest = "2021-09-08";
"2021-09-09" = import ./2021/2021-09-09.nix;
latest = "2021-09-09";
}

Loading…
Cancel
Save