From 67af267cf7e27c5d2f7ef33a5c9bd02df7bbf11c Mon Sep 17 00:00:00 2001 From: Jacob Hrbek Date: Wed, 30 Jun 2021 21:27:56 +0200 Subject: [PATCH] Update nixos/modules/config/shells-environment.nix lgtm Co-authored-by: Sandro --- nixos/modules/config/shells-environment.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/config/shells-environment.nix b/nixos/modules/config/shells-environment.nix index c0306bd03b64..5e5d75a91036 100644 --- a/nixos/modules/config/shells-environment.nix +++ b/nixos/modules/config/shells-environment.nix @@ -128,7 +128,7 @@ in environment.localBinInPath = mkOption { description = '' - Include ~/.local/bin/ in $PATH. + Add ~/.local/bin/ to $PATH ''; default = false; type = types.bool;