fix: nimble file cleanup

This commit is contained in:
Jazz Turner-Baggs 2025-09-07 15:40:45 -07:00
parent 345cc3da5d
commit f684ff39ea
No known key found for this signature in database

View File

@ -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"