remove unneeded build task

This commit is contained in:
Daylin Morgan 2024-11-11 11:00:42 -06:00
parent 0446dacc1a
commit 7869e1374d
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -1,6 +1,3 @@
task build, "build oizys":
selfExec "c -o:oizys src/oizys.nim"
# begin Nimble config (version 2)
--noNimblePath
when withDir(thisDir(), system.fileExists("nimble.paths")):