fixed typo
This commit is contained in:
parent
0782e7194e
commit
e4de671d5e
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash`
|
||||||
};
|
};
|
||||||
config_path = lib.mkOption {
|
config_path = lib.mkOption {
|
||||||
type = lib.types.path;
|
type = lib.types.path;
|
||||||
descript = lib.mkDoc ''
|
description = lib.mkDoc ''
|
||||||
The file path to the toml that contains user information secrets
|
The file path to the toml that contains user information secrets
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue