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 9181d0a commit 86ff355Copy full SHA for 86ff355
pkgs/nimbus-eth2/default.nix
@@ -23,7 +23,7 @@
23
# See: https://github.com/status-im/nimbus-build-system/commits/master/vendor
24
assert (
25
lib.assertMsg
26
- (builtins.elem nim.version ["1.6.12" "1.6.14" "1.6.16" "1.6.18"])
+ (builtins.elem nim.version ["1.6.12" "1.6.14" "1.6.16" "1.6.18" "1.6.20"])
27
"Unsupported Nim version: ${nim.version}"
28
);
29
stdenv.mkDerivation rec {
0 commit comments