diff --git a/pkgs/agenix.nix b/pkgs/agenix.nix index c775d29..cae142a 100644 --- a/pkgs/agenix.nix +++ b/pkgs/agenix.nix @@ -28,6 +28,9 @@ function show_help () { echo ' ' echo 'RULES environment variable with path to Nix file specifying recipient public keys.' echo "Defaults to './secrets.nix'" + echo ' ' + echo "age binary path: ${ageBin}" + echo "age version: $(${ageBin} --version)" } test $# -eq 0 && (show_help && exit 1)