r/o

flake.lock: sync. a42a8494 parent 2ac7fa3b

authored by ~talya

1
all:
2
zig build run
3
4
test:
5
zig build test
6
7
spec:
8
zig build
9
cd vendor/cmark-gfm/test && python3 spec_tests.py --program=../../../zig-out/bin/koino
10