summary refs log tree commit diff
path: root/nixos/modules/programs/bash-my-aws.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/bash-my-aws.nix')
-rw-r--r--nixos/modules/programs/bash-my-aws.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/bash-my-aws.nix b/nixos/modules/programs/bash-my-aws.nix
index 15e429a754976..10f16cae651b7 100644
--- a/nixos/modules/programs/bash-my-aws.nix
+++ b/nixos/modules/programs/bash-my-aws.nix
@@ -13,7 +13,7 @@ in
   {
     options = {
       programs.bash-my-aws = {
-        enable = mkEnableOption "bash-my-aws";
+        enable = mkEnableOption (lib.mdDoc "bash-my-aws");
       };
     };