build: enter atlas

This commit is contained in:
Daylin Morgan 2023-10-20 13:45:43 -05:00
parent 8673532e2a
commit f68672bb7f
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
3 changed files with 2 additions and 37 deletions

View file

@ -1,4 +1,4 @@
nimble verbose
[target] [target]
x86_64-linux-gnu x86_64-linux-gnu

1
.gitignore vendored
View file

@ -3,3 +3,4 @@
/bin /bin
# atlas # atlas
src/nim.cfg src/nim.cfg
*.workspace

View file

@ -1,36 +0,0 @@
{
"version": 2,
"packages": {
"cligen": {
"version": "1.6.15",
"vcsRevision": "e607467c4e6a6c54f02b555135bce35eafa714c5",
"url": "https://github.com/c-blake/cligen.git",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "69330c86da69969dde7d23669e87503bbd17f459"
}
},
"bbansi": {
"version": "0.1.0",
"vcsRevision": "48ad65c5214070ba46fd0b6541ae8ca3ebabbe85",
"url": "https://github.com/daylinmorgan/bbansi",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "a962f41979a33d0047c6b1e1ef84e2d5bd36532e"
}
},
"illwill": {
"version": "0.3.1",
"vcsRevision": "2fe96f5c5a6e216e84554d92090ce3d47460667a",
"url": "https://github.com/johnnovak/illwill",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "ecec6c88a8f0d7e06e4ca6a4405206845357e737"
}
}
},
"tasks": {}
}