Skip to content

Commit

Permalink
Update CI and remove 8_14 build
Browse files Browse the repository at this point in the history
Changes to modulo 0 theorems require changes to the Koîka code base that
make it incompatible with Coq 8.14.
  • Loading branch information
spacefrogg committed Jun 28, 2024
1 parent f66961b commit 2ea5ec4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

packages = {
default = self.packages.${system}.coq8_18-koika;
coq8_14-koika = pkgs.coqPackages_8_14.koika;
coq8_18-koika = pkgs.coqPackages_8_18.koika;
coqDev-koika = pkgs.coqPackages_koika.koika;
};
Expand Down
2 changes: 1 addition & 1 deletion makes.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
};
outputs."/build" = makeSearchPaths {
bin = [
(inputs.nixpkgs.coqPackages_8_14.koika.override {
(inputs.nixpkgs.coqPackages_8_18.koika.override {
doCheck = true;
})
];
Expand Down

0 comments on commit 2ea5ec4

Please sign in to comment.