secrets: fix typo
All checks were successful
checks / check-links (pull_request) Successful in 22s
checks / checks-impure (pull_request) Successful in 1m52s
checks / checks (pull_request) Successful in 2m22s

This commit is contained in:
a-kenji 2024-03-05 11:59:55 +01:00
parent e6b494a849
commit 603893872e

View File

@ -59,7 +59,7 @@
default = null;
description = ''
prompt text to ask for a value.
This value will be passed to the script as the environment variabel $prompt_value.
This value will be passed to the script as the environment variable $prompt_value.
'';
};
script = lib.mkOption {