Skip to content

Commit 7722d80

Browse files
Unisayjasagredo
authored andcommitted
fix: comment out coq-ext-lib due to missing attribute error
1 parent f28c206 commit 7722d80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nix/project.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ let
7373
pkgs.ocaml-ng.ocamlPackages_4_10.findlib
7474
pkgs.coqPackages_8_13.coq
7575
pkgs.coqPackages_8_13.mathcomp
76-
pkgs.coqPackages_8_13.coq-ext-lib
76+
# Commented out because it started causing error:
77+
# attribute 'coq-ext-lib' missing
78+
# pkgs.coqPackages_8_13.coq-ext-lib
7779
pkgs.coqPackages_8_13.ssreflect
7880
pkgs.coqPackages_8_13.equations
7981
];

0 commit comments

Comments
 (0)