MCPcopy Index your code
hub / github.com/jetify-com/devbox / utilityNixProfilePath

Function utilityNixProfilePath

internal/devbox/util.go:103–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func utilityNixProfilePath() (string, error) {
104 path, err := utilityDataPath()
105 if err != nil {
106 return "", err
107 }
108 return filepath.Join(path, ".devbox/nix/profile"), nil
109}
110
111func utilityBinPath() (string, error) {
112 nixProfilePath, err := utilityNixProfilePath()

Callers 1

utilityBinPathFunction · 0.85

Calls 1

utilityDataPathFunction · 0.85

Tested by

no test coverage detected