manifest: update

main
GitHub Action 3 years ago
parent 1b723f746e
commit 3a29d5e726
  1. 1
      manifests/nightly/2021/2021-09-10.nix
  2. 3
      manifests/nightly/default.nix
  3. 1
      manifests/stable/1.55.0.nix
  4. 3
      manifests/stable/default.nix

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

@ -37,5 +37,6 @@
"1.52.1" = import ./1.52.1.nix;
"1.53.0" = import ./1.53.0.nix;
"1.54.0" = import ./1.54.0.nix;
latest = "1.54.0";
"1.55.0" = import ./1.55.0.nix;
latest = "1.55.0";
}

Loading…
Cancel
Save