()
| 1155 | } |
| 1156 | |
| 1157 | func (d *Devbox) Lockfile() *lock.File { |
| 1158 | return d.lockfile |
| 1159 | } |
| 1160 | |
| 1161 | func (d *Devbox) RunXPaths(ctx context.Context) (string, error) { |
| 1162 | runxBinPath := filepath.Join(d.projectDir, ".devbox", "virtenv", "runx", "bin") |