build: Added thor as a nix package.

This commit is contained in:
Spencer Brower
2026-07-10 16:33:11 -04:00
parent 5adcdf12c1
commit 454f90f5cb
4 changed files with 49 additions and 25 deletions
+10
View File
@@ -0,0 +1,10 @@
#+test
package main
import "core:testing"
@(test)
test_true :: proc(t: ^testing.T) {
testing.expect(t, true)
}