mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-07 00:23:08 +00:00
fix: nimble file cleanup
This commit is contained in:
parent
345cc3da5d
commit
f684ff39ea
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user