We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a5d6e commit 9ab716dCopy full SHA for 9ab716d
1 file changed
.nix/config.nix
@@ -85,6 +85,7 @@ with builtins; with (import <nixpkgs> {}).lib;
85
# for a complete list of Coq packages available in Nix
86
# * <github_login>:<branch> is such that this will use the branch <branch>
87
# from https://github.com/<github_login>/<repository>
88
+ mathcomp-algebra-tactics.override.version = "proux01:mc1456";
89
};
90
in {
91
"rocq-master" = { rocqPackages = {
0 commit comments