mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-17 23:19:25 +03:00
Update nixos/modules/config/shells-environment.nix
lgtm Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
9e166662e0
commit
67af267cf7
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ in
|
||||||
|
|
||||||
environment.localBinInPath = mkOption {
|
environment.localBinInPath = mkOption {
|
||||||
description = ''
|
description = ''
|
||||||
Include ~/.local/bin/ in $PATH.
|
Add ~/.local/bin/ to $PATH
|
||||||
'';
|
'';
|
||||||
default = false;
|
default = false;
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue