summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/config/shells-environment.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/config/shells-environment.nix b/nixos/modules/config/shells-environment.nix
index 5e5d75a9103..34e558d8603 100644
--- a/nixos/modules/config/shells-environment.nix
+++ b/nixos/modules/config/shells-environment.nix
@@ -208,7 +208,6 @@ in
         ''}
 
         ${optionalString cfg.localBinInPath ''
-          # ~/.local/bin if it exists overrides other bin directories.
           export PATH="$HOME/.local/bin:$PATH"
         ''}
       '';