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

Method IsInstallable

internal/devpkg/package.go:256–258  ·  view source on GitHub ↗

IsInstallable returns whether this package is installable. Not to be confused with the Installable() method which returns the corresponding nix concept.

()

Source from the content-addressed store, hash-verified

254// IsInstallable returns whether this package is installable. Not to be confused
255// with the Installable() method which returns the corresponding nix concept.
256func (p *Package) IsInstallable() bool {
257 return p.isInstallable()
258}
259
260// Installables for this package. Installables is a nix concept defined here:
261// https://nixos.org/manual/nix/stable/command-ref/new-cli/nix.html#installables

Callers 2

InstallablePackagesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected