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