Skip to content

Commit f684ff3

Browse files
committed
fix: nimble file cleanup
1 parent 345cc3d commit f684ff3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

nim_chat_poc.nimble

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,13 @@ author = "jazzz"
55
description = "An example of the chat sdk in Nim"
66
license = "MIT"
77
srcDir = "src"
8-
bin = @["nim_chat_poc", "dev"]
8+
bin = @["nim_chat_poc"]
99

1010

1111
# Basic build task
1212
task initialize, "Initialize the project after cloning":
1313
exec "./initialize.sh"
1414

15-
# # Clean
16-
# task cleandeps, "Remove and refresh dependencies":
17-
# rm -rf ~/.nimble/pkgs2/sds-*
18-
# rm -rf ~/.nimble/pkgcache/githubcom_jazzznimsds*
19-
2015

2116
# Dependencies
2217

@@ -32,4 +27,4 @@ requires "confutils"
3227
requires "eth"
3328
requires "regex"
3429
requires "web3"
35-
requires "file:///Users/jazzz/dev/nim-sds#dev"
30+
requires "https://github.com/jazzz/nim-sds#exports"

0 commit comments

Comments
 (0)