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

Function System

internal/nix/shim.go:43–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41func Command(args ...any) *Cmd { return nix.Command(args...) }
42func SourceProfile() (sourced bool, err error) { return nix.SourceProfile() }
43func System() string { return nix.System() }
44func Version() string { return nix.Version() }

Callers 15

createFileMethod · 0.92
InputAddressedPathsMethod · 0.92
sysInfoIfExistsMethod · 0.92
newFlakePlanFunction · 0.92
addOutputMethod · 0.92
inputRelativeAttrPathMethod · 0.92
SetOutputsForPackageMethod · 0.92
selectForSystemFunction · 0.92

Calls 1

SystemFunction · 0.92

Tested by 1

currentSystemFunction · 0.74