These make it easier to stub out nix for testing
| 7 | |
| 8 | // These make it easier to stub out nix for testing |
| 9 | type NixInstance struct{} |
| 10 | |
| 11 | type Nixer interface { |
| 12 | PrintDevEnv(ctx context.Context, args *PrintDevEnvArgs) (*PrintDevEnvOut, error) |
nothing calls this directly
no outgoing calls
no test coverage detected