summary refs log tree commit diff
path: root/nixos/modules/programs/direnv.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/direnv.nix')
-rw-r--r--nixos/modules/programs/direnv.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/direnv.nix b/nixos/modules/programs/direnv.nix
index 1a80cb20280..77a6568e73b 100644
--- a/nixos/modules/programs/direnv.nix
+++ b/nixos/modules/programs/direnv.nix
@@ -11,7 +11,7 @@ in {
     enable = lib.mkEnableOption (lib.mdDoc ''
       direnv integration. Takes care of both installation and
       setting up the sourcing of the shell. Additionally enables nix-direnv
-      integration. Note that you need to logout and login for this change to apply.
+      integration. Note that you need to logout and login for this change to apply
     '');
 
     package = lib.mkPackageOptionMD pkgs "direnv" {};