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

Function System

nix/nix.go:33–35  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

31
32// System calls [Nix.System] on the default Nix installation.
33func System() string {
34 return Default.System()
35}
36
37// Version calls [Nix.Version] on the default Nix installation.
38func Version() string {

Callers 1

SystemFunction · 0.92

Calls 1

SystemMethod · 0.80

Tested by

no test coverage detected