manifest: update

wip/nixpkgs-raku
GitHub Action 3 years ago
parent 66959e7295
commit 717bdd7bce
  1. 1
      manifests/beta/2021/2021-01-06.nix
  2. 3
      manifests/beta/default.nix
  3. 1
      manifests/nightly/2021/2021-01-05.nix
  4. 1
      manifests/nightly/2021/2021-01-06.nix
  5. 4
      manifests/nightly/default.nix

File diff suppressed because one or more lines are too long

@ -136,5 +136,6 @@
"2020-12-29" = import ./2020/2020-12-29.nix;
"2020-12-30" = import ./2020/2020-12-30.nix;
"2021-01-01" = import ./2021/2021-01-01.nix;
latest = "2021-01-01";
"2021-01-06" = import ./2021/2021-01-06.nix;
latest = "2021-01-06";
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -825,5 +825,7 @@
"2021-01-02" = import ./2021/2021-01-02.nix;
"2021-01-03" = import ./2021/2021-01-03.nix;
"2021-01-04" = import ./2021/2021-01-04.nix;
latest = "2021-01-04";
"2021-01-05" = import ./2021/2021-01-05.nix;
"2021-01-06" = import ./2021/2021-01-06.nix;
latest = "2021-01-06";
}

Loading…
Cancel
Save