coq-modules: add default to fix eval
We don’t want these to not even evaluate, otherwise we won’t know why
they’re broken. For now, I’ve left these as the latest version for a
default. In the future, maybe we should be smarter about choosing these.
(cherry picked from commit e20b65156c)
This commit is contained in:
@@ -20,7 +20,7 @@ let
|
||||
sha256 = "0dd7zd5j2sv5cw3mfwg33ss2vcj634q3qykakc41sv7f3rfgqfnn";
|
||||
};
|
||||
};
|
||||
param = params."${coq.coq-version}";
|
||||
param = params."${coq.coq-version}" or params."8.8";
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
Reference in New Issue
Block a user