summary refs log tree commit diff
diff options
context:
space:
mode:
authorJacob Hrbek <kreyren@fsfe.org>2021-06-30 21:32:08 +0200
committerJacob Hrbek <kreyren@fsfe.org>2021-06-30 21:32:08 +0200
commit55a211ae3184d105129f00da537c35e14197e300 (patch)
treed1b27978aff581c7af420d0fd44e78c5f945ae42
parent67af267cf7e27c5d2f7ef33a5c9bd02df7bbf11c (diff)
downloadnixpkgs-55a211ae3184d105129f00da537c35e14197e300.tar
nixpkgs-55a211ae3184d105129f00da537c35e14197e300.tar.gz
nixpkgs-55a211ae3184d105129f00da537c35e14197e300.tar.bz2
nixpkgs-55a211ae3184d105129f00da537c35e14197e300.tar.lz
nixpkgs-55a211ae3184d105129f00da537c35e14197e300.tar.xz
nixpkgs-55a211ae3184d105129f00da537c35e14197e300.tar.zst
nixpkgs-55a211ae3184d105129f00da537c35e14197e300.zip
Removed wrong comment
-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"
         ''}
       '';