MCPcopy 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
111func 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

utilityLookPathFunction · 0.85

Calls 1

utilityNixProfilePathFunction · 0.85

Tested by

no test coverage detected