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

Function Command

nix/nix.go:28–30  ·  view source on GitHub ↗

Command creates an arbitrary command using the Nix executable found in $PATH. It's the same as calling [Nix.Command] on the default Nix installation.

(args ...any)

Source from the content-addressed store, hash-verified

26// Command creates an arbitrary command using the Nix executable found in $PATH.
27// It's the same as calling [Nix.Command] on the default Nix installation.
28func Command(args ...any) *Cmd {
29 return Default.Command(args...)
30}
31
32// System calls [Nix.System] on the default Nix installation.
33func System() string {

Callers 1

CommandFunction · 0.92

Calls 1

CommandMethod · 0.80

Tested by

no test coverage detected