manifest: update

main
GitHub Action 3 years ago
parent 7d496e6703
commit 632a079c10
  1. 1
      manifests/beta/2021/2021-11-02.nix
  2. 3
      manifests/beta/default.nix
  3. 1
      manifests/nightly/2021/2021-11-02.nix
  4. 3
      manifests/nightly/default.nix
  5. 1
      manifests/stable/1.56.1.nix
  6. 3
      manifests/stable/default.nix

File diff suppressed because one or more lines are too long

@ -182,5 +182,6 @@
"2021-10-17" = import ./2021/2021-10-17.nix;
"2021-10-19" = import ./2021/2021-10-19.nix;
"2021-10-22" = import ./2021/2021-10-22.nix;
latest = "2021-10-22";
"2021-11-02" = import ./2021/2021-11-02.nix;
latest = "2021-11-02";
}

File diff suppressed because one or more lines are too long

@ -1124,5 +1124,6 @@
"2021-10-30" = import ./2021/2021-10-30.nix;
"2021-10-31" = import ./2021/2021-10-31.nix;
"2021-11-01" = import ./2021/2021-11-01.nix;
latest = "2021-11-01";
"2021-11-02" = import ./2021/2021-11-02.nix;
latest = "2021-11-02";
}

File diff suppressed because one or more lines are too long

@ -39,5 +39,6 @@
"1.54.0" = import ./1.54.0.nix;
"1.55.0" = import ./1.55.0.nix;
"1.56.0" = import ./1.56.0.nix;
latest = "1.56.0";
"1.56.1" = import ./1.56.1.nix;
latest = "1.56.1";
}

Loading…
Cancel
Save