Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jetify-com/devbox
/ String
Method
String
internal/nix/search.go:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(i *PkgInfo) String() string {
32
return
fmt.Sprintf(
"%s-%s"
, i.PName, i.Version)
33
}
34
35
func
Search(url string) (
map
[string]*PkgInfo, error) {
36
if
strings.HasPrefix(url,
"runx:"
) {
Callers
15
restartDaemon
Function · 0.45
FixInstallableArgs
Function · 0.45
DaemonVersion
Function · 0.45
ResolveCachedFlake
Function · 0.45
ClearFlakeCache
Function · 0.45
URLWithCaching
Method · 0.45
BuildInputsForSymlinkJoin
Method · 0.45
flakeInputs
Function · 0.45
newGlibcPatchFlake
Function · 0.45
addInput
Method · 0.45
LogValue
Method · 0.45
WriteScriptsToFiles
Function · 0.45
Calls
no outgoing calls
Tested by
2
TestGetPackagesAndCommitHash
Function · 0.36
TestCheckVersion
Function · 0.36