mirror of
https://github.com/status-im/nim-stew.git
synced 2025-02-13 12:36:57 +00:00
Nimble Setup (#110)
This commit is contained in:
parent
f75c0a273a
commit
981551ae5d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
nimcache
|
||||
*.exe
|
||||
nimble.develop
|
||||
nimble.paths
|
||||
|
4
config.nims
Normal file
4
config.nims
Normal file
@ -0,0 +1,4 @@
|
||||
# begin Nimble config (version 1)
|
||||
when system.fileExists("nimble.paths"):
|
||||
include "nimble.paths"
|
||||
# end Nimble config
|
4
nimble.lock
Normal file
4
nimble.lock
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"version": 1,
|
||||
"packages": {}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user