Skip to content

Commit

Permalink
test mathcomp 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Dec 2, 2024
1 parent 21062a5 commit a071d33
Show file tree
Hide file tree
Showing 8 changed files with 1,461 additions and 702 deletions.
352 changes: 176 additions & 176 deletions .github/workflows/nix-action-8.17.yml

Large diffs are not rendered by default.

308 changes: 154 additions & 154 deletions .github/workflows/nix-action-8.18.yml

Large diffs are not rendered by default.

308 changes: 154 additions & 154 deletions .github/workflows/nix-action-8.19.yml

Large diffs are not rendered by default.

751 changes: 751 additions & 0 deletions .github/workflows/nix-action-8.20.yml

Large diffs are not rendered by default.

428 changes: 214 additions & 214 deletions .github/workflows/nix-action-master.yml

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions .nix/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

## select an entry to build in the following `bundles` set
## defaults to "default"
default-bundle = "8.19";
default-bundle = "8.20";

## write one `bundles.name` attribute set per
## alternative configuration
Expand All @@ -54,11 +54,15 @@
};
"8.18".coqPackages = common-bundles // {
coq.override.version = "8.18";
mathcomp.override.version = "2.2.0";
mathcomp.override.version = "2.3.0";
};
"8.19".coqPackages = common-bundles // {
coq.override.version = "8.19";
mathcomp.override.version = "2.2.0";
mathcomp.override.version = "2.3.0";
};
"8.20".coqPackages = common-bundles // {
coq.override.version = "8.20";
mathcomp.override.version = "2.3.0";
};
"master".coqPackages = common-bundles // {
coq.override.version = "master";
Expand Down
2 changes: 1 addition & 1 deletion .nix/coq-nix-toolbox.nix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"71ce950dc44c719bf83587321f4f7eb07e189ab5"
"858ff8dd010deded3b9cab8e04fbfad20151af5c"
4 changes: 4 additions & 0 deletions .nix/nixpkgs.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fetchTarball {
url = "https://github.com/CohenCyril/nixpkgs/archive/948447c4fbc2b037d08b25c7b7f3339145ab9235.tar.gz";
sha256 = "09hjqk8vnfkywydr6ha3cjam9r9xlkx3zz02fj6z29j8p3sk5fqi";
}

0 comments on commit a071d33

Please sign in to comment.