From 7c2d43f3f93fbffec09cbf7a1b9b0b53bc58568b Mon Sep 17 00:00:00 2001 From: Scott Trinh Date: Fri, 11 May 2018 15:31:56 -0400 Subject: Fix small typo in configuration documentation (#40357) * Fix small typo in configuration documentation * doc: Fix second instance of same typo --- doc/configuration.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/configuration.xml b/doc/configuration.xml index 4411b4844e99..c91f38f30930 100644 --- a/doc/configuration.xml +++ b/doc/configuration.xml @@ -378,7 +378,7 @@ myPackages = pkgs.buildEnv { name = "my-packages"; paths = [ aspell bc coreutils ffmpeg nixUnstable emscripten jq nox silver-searcher ]; - pathsToLink = [ "/share/man" "/share/doc" /bin" ]; + pathsToLink = [ "/share/man" "/share/doc" "/bin" ]; extraOutputsToInstall = [ "man" "doc" ]; }; }; @@ -416,7 +416,7 @@ cp ${myProfile} $out/etc/profile.d/my-profile.sh nox silver-searcher ]; - pathsToLink = [ "/share/man" "/share/doc" /bin" "/etc" ]; + pathsToLink = [ "/share/man" "/share/doc" "/bin" "/etc" ]; extraOutputsToInstall = [ "man" "doc" ]; }; }; -- cgit 1.4.1