Add lexgen in go tool section of go.mod
Monorepo for Tangled
tangled.org
build: add lexgen as go tool #918
merged
opened by
expand 1 commit
hide 1 commit
62e06012
build: add lexgen as go tool
huh meant to close that PR, not merge it. oops.
ah ok! that would explain why I had trouble getting the same generated files in my other PR. Gotcha!
pull request successfully merged
TIL the
toolsection on go mod files! unfortunately we do not use lexgen from upstream indigo, we use a fork that i maintain here: https://github.com/oppiliappan/indigo which produces slightly different codegen. we also do not recommend using lexgen as-is, but rather the flake appnix run .#lexgen, which has some nice conveniences.i'd prefer if devtooling were provisioned my nix and not go.mod.