Revert "coq-modules: add default to fix eval"

This reverts commit e20b65156c.
This commit is contained in:
Vincent Laporte
2019-02-01 16:02:42 +00:00
parent 0d17ecce2c
commit 59949aa55c
7 changed files with 7 additions and 7 deletions
@@ -18,7 +18,7 @@ let
"8.7" = v20180709;
"8.8" = v20181016;
};
param = params."${coq.coq-version}" or params."8.8";
param = params."${coq.coq-version}";
in
stdenv.mkDerivation rec {