coqPackages: move to a separate file and filter the package set
This commit is contained in:
@@ -42,4 +42,8 @@ stdenv.mkDerivation rec {
|
||||
platforms = coq.meta.platforms;
|
||||
};
|
||||
|
||||
passthru = {
|
||||
compatibleCoqVersions = v: builtins.elem v [ "8.6" "8.7" ];
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user