(projectDir string)
| 112 | } |
| 113 | |
| 114 | func stateHashFilePath(projectDir string) string { |
| 115 | return filepath.Join(projectDir, ".devbox", "state.json") |
| 116 | } |
| 117 | |
| 118 | func manifestHash(profileDir string) (string, error) { |
| 119 | return cachehash.JSONFile(filepath.Join(profileDir, ".devbox/nix/profile/default/manifest.json")) |
no outgoing calls
no test coverage detected