()
| 879 | } |
| 880 | |
| 881 | func (d *Devbox) nixPrintDevEnvCachePath() string { |
| 882 | return filepath.Join(d.projectDir, ".devbox/.nix-print-dev-env-cache") |
| 883 | } |
| 884 | |
| 885 | func (d *Devbox) flakeDir() string { |
| 886 | return filepath.Join(d.projectDir, ".devbox/gen/flake") |
no outgoing calls
no test coverage detected