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

Function Version

nix/nix.go:38–40  ·  view source on GitHub ↗

Version calls [Nix.Version] on the default Nix installation.

()

Source from the content-addressed store, hash-verified

36
37// Version calls [Nix.Version] on the default Nix installation.
38func Version() string {
39 return Default.Version()
40}
41
42// AtLeast reports if the default Nix installation's version is equal to or
43// newer than the given version. It returns false if it cannot determine the

Callers 4

VersionFunction · 0.92
EnsureNixInstalledFunction · 0.92
newTrackMessageFunction · 0.92
ErrorFunction · 0.92

Calls 1

VersionMethod · 0.80

Tested by

no test coverage detected