refactor: Moved deps into root.zig.

This commit is contained in:
2026-06-09 09:42:41 -04:00
parent f15d2e4297
commit f3a0dd842e
3 changed files with 59 additions and 59 deletions

2
.envrc
View File

@@ -1,4 +1,4 @@
use flake
ROOT="/home/spencer/Desktop/envr"
ROOT="."
export PATH=".:${ROOT}/deps/zig:${ROOT}/deps/zls:$PATH"