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

Method HashFromNixPkgsURL

internal/devpkg/package.go:571–573  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

569}
570
571func (p *Package) HashFromNixPkgsURL() string {
572 return nix.HashFromNixPkgsURL(p.URLForFlakeInput())
573}
574
575// InputAddressedPaths is the input-addressed path in /nix/store
576// It is also the key in the BinaryCache for this package

Callers 1

Calls 2

URLForFlakeInputMethod · 0.95
HashFromNixPkgsURLFunction · 0.92

Tested by

no test coverage detected