This commit is contained in:
Jill 2024-02-03 18:52:19 +03:00
parent 044dabd6ad
commit bd756d6437
Signed by: oat
GPG Key ID: 33489AA58A955108
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
};
apiKey = mkOption {
type = types.str;
description = "Google Sheets API key (https://theoephraim.github.io/node-google-spreadsheet/#/guides/authentication?id=api-key)"
description = "Google Sheets API key (https://theoephraim.github.io/node-google-spreadsheet/#/guides/authentication?id=api-key)";
};
package = mkOption {
type = types.package;