Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ utilityBinPath
Function
utilityBinPath
internal/devbox/util.go:111–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
}
110
111
func
utilityBinPath() (string, error) {
112
nixProfilePath, err := utilityNixProfilePath()
113
if
err != nil {
114
return
""
, err
115
}
116
117
return
filepath.Join(nixProfilePath,
"default/bin"
), nil
118
}
Callers
1
utilityLookPath
Function · 0.85
Calls
1
utilityNixProfilePath
Function · 0.85
Tested by
no test coverage detected