From e4de671d5e020849aadcad5e38269aca93625631 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 9 Sep 2023 18:17:38 -0700 Subject: [PATCH] fixed typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bee77b9..88b94f5 100644 --- a/flake.nix +++ b/flake.nix @@ -144,7 +144,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash` }; config_path = lib.mkOption { type = lib.types.path; - descript = lib.mkDoc '' + description = lib.mkDoc '' The file path to the toml that contains user information secrets ''; };