1 diff -Naur terraform.old/internal/command/init.go terraform.new/internal/command/init.go
2 --- terraform.old/internal/command/init.go
3 +++ terraform.new/internal/command/init.go
16 + val, ok := os.LookupEnv("NIX_TERRAFORM_PLUGIN_DIR")
18 + initArgs.PluginPath = append(initArgs.PluginPath, val)
21 if len(initArgs.PluginPath) > 0 {
22 c.pluginPath = initArgs.PluginPath