From 86223aade73cccfcdeda209b29dda7719ba9bef2 Mon Sep 17 00:00:00 2001 From: talyz Date: Tue, 26 Nov 2019 17:04:59 +0100 Subject: [PATCH] rl-2003: Fix typo Fix a typo introduced in a06529b7adb which prevents the manual from building. --- nixos/doc/manual/release-notes/rl-2003.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/release-notes/rl-2003.xml b/nixos/doc/manual/release-notes/rl-2003.xml index 26311e43405..6f88a2f571e 100644 --- a/nixos/doc/manual/release-notes/rl-2003.xml +++ b/nixos/doc/manual/release-notes/rl-2003.xml @@ -188,7 +188,7 @@ - Going forward, ~/bin/ in the users home directory will no longer be in PATH by default. + Going forward, ~/bin in the users home directory will no longer be in PATH by default. If you depend on this you should set the option environment.homeBinInPath to true. The aforementioned option was added this release.