diff --git a/switch_build.nimble b/switch_build.nimble index 8198053..1afc2b2 100644 --- a/switch_build.nimble +++ b/switch_build.nimble @@ -10,7 +10,7 @@ srcDir = "src" bin = @["switch_build"] # Deps -requires "nim >= 0.18.0", "libnx >= 0.1.0" +requires "nim >= 0.18.0" task test, "Run tests": exec "nim c -r tests/test.nim"