A vibe coded tangled fork which supports pijul.
at 90c5c1af7fbf275a14a769f8b669369ffecc27b1 7 lines 82 B view raw
1package nixery 2 3import "errors" 4 5var ( 6 ErrOOMKilled = errors.New("oom killed") 7)