Skip to content

Commit

Permalink
Setup nix to follow the seminorm branch of mathcomp
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Jan 27, 2025
1 parent d91bea5 commit addd307
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .nix/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,16 @@ in
## will be created per bundle
bundles."8.19".coqPackages = common-bundle // {
coq.override.version = "8.19";
mathcomp.override.version = "2.2.0";
mathcomp.override.version = "CohenCyril:seminorm";
mathcomp-bigenough.override.version = "master";
mathcomp-finmap.override.version = "master";
};

bundles."8.20".coqPackages = common-bundle // {
coq.override.version = "8.20";
mathcomp.override.version = "2.2.0";
mathcomp.override.version = "CohenCyril:seminorm";
mathcomp-bigenough.override.version = "master";
mathcomp-finmap.override.version = "master";
ssprove.job = false;
};

Expand All @@ -65,7 +69,7 @@ in
coq-elpi.override.version = "master";
coq-elpi.override.elpi-version = "2.0.7";
hierarchy-builder.override.version = "master";
mathcomp.override.version = "master";
mathcomp.override.version = "CohenCyril:seminorm";
mathcomp-bigenough.override.version = "master";
mathcomp-finmap.override.version = "master";
ssprove.job = false;
Expand Down

0 comments on commit addd307

Please sign in to comment.