manifest: update

wip/nixpkgs-raku
GitHub Action 3 years ago
parent 146a9a0cb6
commit d115d17032
  1. 1
      manifests/nightly/2021/2021-06-16.nix
  2. 1
      manifests/nightly/2021/2021-06-17.nix
  3. 1
      manifests/nightly/2021/2021-06-18.nix
  4. 5
      manifests/nightly/default.nix
  5. 1
      manifests/stable/1.53.0.nix
  6. 3
      manifests/stable/default.nix

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -987,5 +987,8 @@
"2021-06-13" = import ./2021/2021-06-13.nix;
"2021-06-14" = import ./2021/2021-06-14.nix;
"2021-06-15" = import ./2021/2021-06-15.nix;
latest = "2021-06-15";
"2021-06-16" = import ./2021/2021-06-16.nix;
"2021-06-17" = import ./2021/2021-06-17.nix;
"2021-06-18" = import ./2021/2021-06-18.nix;
latest = "2021-06-18";
}

File diff suppressed because one or more lines are too long

@ -35,5 +35,6 @@
"1.51.0" = import ./1.51.0.nix;
"1.52.0" = import ./1.52.0.nix;
"1.52.1" = import ./1.52.1.nix;
latest = "1.52.1";
"1.53.0" = import ./1.53.0.nix;
latest = "1.53.0";
}

Loading…
Cancel
Save