Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jetify-com/devbox
/ IsNix
Method
IsNix
internal/devpkg/package.go:660–662 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
658
}
659
660
func
(p *Package) IsNix() bool {
661
return
IsNix(p, 0)
662
}
663
664
func
(p *Package) RunXPath() string {
665
return
strings.TrimPrefix(p.Raw, pkgtype.RunXPrefix)
Callers
1
flakeInputs
Function · 0.80
Calls
1
IsNix
Function · 0.85
Tested by
no test coverage detected