()
| 883 | } |
| 884 | |
| 885 | func (d *Devbox) flakeDir() string { |
| 886 | return filepath.Join(d.projectDir, ".devbox/gen/flake") |
| 887 | } |
| 888 | |
| 889 | // AllPackageNamesIncludingRemovedTriggerPackages returns the all package names, |
| 890 | // including those added by plugins and also those removed by builtins. |