Skip to content
Snippets Groups Projects
Commit 5019a427 authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Allan Blanchard
Browse files

[ci] tries to fix coq version

parent 680975db
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,9 @@ let ...@@ -8,7 +8,9 @@ let
odoc = oself.callPackage ./odoc.nix {}; odoc = oself.callPackage ./odoc.nix {};
odoc-parser = oself.callPackage ./odoc-parser.nix {}; odoc-parser = oself.callPackage ./odoc-parser.nix {};
ppxlib = oself.callPackage ./ppxlib.nix {}; ppxlib = oself.callPackage ./ppxlib.nix {};
why3 = oself.callPackage ./why3.nix {}; why3 = oself.callPackage ./why3.nix {
coqPackages = pkgs.mkCoqPackages (pkgs.coq.override { version = "8.18";});
};
# Helpers # Helpers
mk_tests = oself.callPackage ./mk_tests.nix {}; mk_tests = oself.callPackage ./mk_tests.nix {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment