manifest: update

main
GitHub Action 3 years ago
parent 250daa42a4
commit 03477e4ff2
  1. 1
      manifests/beta/2021/2021-10-15.nix
  2. 3
      manifests/beta/default.nix
  3. 1
      manifests/nightly/2021/2021-10-16.nix
  4. 3
      manifests/nightly/default.nix

File diff suppressed because one or more lines are too long

@ -178,5 +178,6 @@
"2021-09-12" = import ./2021/2021-09-12.nix;
"2021-09-18" = import ./2021/2021-09-18.nix;
"2021-10-06" = import ./2021/2021-10-06.nix;
latest = "2021-10-06";
"2021-10-15" = import ./2021/2021-10-15.nix;
latest = "2021-10-15";
}

File diff suppressed because one or more lines are too long

@ -1107,5 +1107,6 @@
"2021-10-13" = import ./2021/2021-10-13.nix;
"2021-10-14" = import ./2021/2021-10-14.nix;
"2021-10-15" = import ./2021/2021-10-15.nix;
latest = "2021-10-15";
"2021-10-16" = import ./2021/2021-10-16.nix;
latest = "2021-10-16";
}

Loading…
Cancel
Save