about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-06-16 00:13:24 +0000
committerGitHub <noreply@github.com>2023-06-16 00:13:24 +0000
commitefc10371d5c5b8d2d58bab6c1100753efacfe550 (patch)
tree971dc0bf9e98b7c6adb049dedca405a66897209a /doc
parent572d29fdc1ff69dd1ad5effb5b02d168b56fcd8b (diff)
parent7c67f006ea0e7d0265f16d7df07cc076fdffd91f (diff)
Merge master into haskell-updates
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/nim.section.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/languages-frameworks/nim.section.md b/doc/languages-frameworks/nim.section.md
index 16ce9c591690d..6b0fb3df03115 100644
--- a/doc/languages-frameworks/nim.section.md
+++ b/doc/languages-frameworks/nim.section.md
@@ -59,7 +59,6 @@ buildNimPackage (finalAttrs: {
     hash = "sha256-Vtcj8goI4zZPQs2TbFoBFlcR5UqDtOldaXSH/+/xULk=";
   };
   propagatedBuildInputs = [ SDL2 ];
-  doCheck = true;
 })
 ```