manifest: update

main
GitHub Action 3 years ago
parent c02c2d8635
commit e0b4846b8d
  1. 1
      manifests/beta/2021/2021-10-22.nix
  2. 3
      manifests/beta/default.nix
  3. 1
      manifests/nightly/2021/2021-10-23.nix
  4. 3
      manifests/nightly/default.nix

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

@ -1114,5 +1114,6 @@
"2021-10-20" = import ./2021/2021-10-20.nix;
"2021-10-21" = import ./2021/2021-10-21.nix;
"2021-10-22" = import ./2021/2021-10-22.nix;
latest = "2021-10-22";
"2021-10-23" = import ./2021/2021-10-23.nix;
latest = "2021-10-23";
}

Loading…
Cancel
Save