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

Struct NixInstance

internal/nix/instance.go:9–9  ·  view source on GitHub ↗

These make it easier to stub out nix for testing

Source from the content-addressed store, hash-verified

7
8// These make it easier to stub out nix for testing
9type NixInstance struct{}
10
11type Nixer interface {
12 PrintDevEnv(ctx context.Context, args *PrintDevEnvArgs) (*PrintDevEnvOut, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected