From f684ff39eae645f46b361ba9655d4229787a4bfc Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Sun, 7 Sep 2025 15:40:45 -0700 Subject: [PATCH] fix: nimble file cleanup --- nim_chat_poc.nimble | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/nim_chat_poc.nimble b/nim_chat_poc.nimble index fa4866a..0b83bfc 100644 --- a/nim_chat_poc.nimble +++ b/nim_chat_poc.nimble @@ -5,18 +5,13 @@ author = "jazzz" description = "An example of the chat sdk in Nim" license = "MIT" srcDir = "src" -bin = @["nim_chat_poc", "dev"] +bin = @["nim_chat_poc"] # Basic build task task initialize, "Initialize the project after cloning": exec "./initialize.sh" -# # Clean -# task cleandeps, "Remove and refresh dependencies": -# rm -rf ~/.nimble/pkgs2/sds-* -# rm -rf ~/.nimble/pkgcache/githubcom_jazzznimsds* - # Dependencies @@ -32,4 +27,4 @@ requires "confutils" requires "eth" requires "regex" requires "web3" -requires "file:///Users/jazzz/dev/nim-sds#dev" +requires "https://github.com/jazzz/nim-sds#exports"