We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a461de commit e4bbc05Copy full SHA for e4bbc05
.nix/config.nix
@@ -216,6 +216,7 @@ with builtins; with (import <nixpkgs> {}).lib;
216
# for a complete list of Coq packages available in Nix
217
# * <github_login>:<branch> is such that this will use the branch <branch>
218
# from https://github.com/<github_login>/<repository>
219
+ vst.override.version = "andres-erbsen:use-RelationClasses";
220
};
221
common-bundles = {
222
bignums.override.version = "master";
0 commit comments