MCPcopy
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
660func (p *Package) IsNix() bool {
661 return IsNix(p, 0)
662}
663
664func (p *Package) RunXPath() string {
665 return strings.TrimPrefix(p.Raw, pkgtype.RunXPrefix)

Callers 1

flakeInputsFunction · 0.80

Calls 1

IsNixFunction · 0.85

Tested by

no test coverage detected