summary refs log tree commit diff stats
path: root/nim.nimble
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-12-16 14:58:40 +0800
committerGitHub <noreply@github.com>2022-12-16 07:58:40 +0100
commit644318ad9cbf079f33d8d7b6c5ead4a4429adb3e (patch)
tree31040c0c3ab671f188a783af0d53e753a7a3c814 /nim.nimble
parent78b68421da0a678deb0c17cd03345d62410dbeac (diff)
downloadNim-644318ad9cbf079f33d8d7b6c5ead4a4429adb3e.tar.gz
the devel branch now uses csources_v2 (#21108)
* the devel branch now uses csources_v2

* fixes hash

* bump csources_v2
Diffstat (limited to 'nim.nimble')
-rw-r--r--nim.nimble2
1 files changed, 1 insertions, 1 deletions
diff --git a/nim.nimble b/nim.nimble
index a629c0e04..5d1be49b1 100644
--- a/nim.nimble
+++ b/nim.nimble
@@ -5,7 +5,7 @@ license = "MIT"
 
 bin = @["compiler/nim", "nimsuggest/nimsuggest"]
 skipFiles = @["azure-pipelines.yml" , "build_all.bat" , "build_all.sh" , "build_nimble.bat" , "build_nimble.sh" , "changelog.md" , "koch.nim.cfg" , "nimblemeta.json" , "readme.md" , "security.md" ]
-skipDirs = @["build" , "changelogs" , "ci" , "csources_v1" , "drnim" , "nimdoc", "testament"]
+skipDirs = @["build" , "changelogs" , "ci" , "csources_v2" , "drnim" , "nimdoc", "testament"]
 
 before install:
   when defined(windows):