We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f94ac8 commit cf8db7dCopy full SHA for cf8db7d
plugins/cachix/auth_token.go
@@ -53,7 +53,7 @@ func TryCachixConfigFile() sdk.Importer {
53
fileString = strings.Trim(fileString, "{}")
54
// Remove spaces to make parsing simpler
55
fileString = strings.Join(strings.Fields(fileString), "")
56
- // There should be 3 fields: authToken, hostname, binaryCaches
+ // Split fields into separate strings
57
keyVals := strings.Split(fileString, ",")
58
59
for i := range keyVals {
0 commit comments