From 1fcefe39a185d8a79a66cdbc358eae5a5329a82e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 16 Aug 2010 08:00:18 +0000 Subject: [PATCH] * Add share/emacs to the paths to symlink. svn path=/nixos/trunk/; revision=23184 --- modules/config/system-path.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/system-path.nix b/modules/config/system-path.nix index 1bc7ccc2326..80602468869 100644 --- a/modules/config/system-path.nix +++ b/modules/config/system-path.nix @@ -123,5 +123,5 @@ in require = [options]; environment.systemPackages = requiredPackages; - environment.pathsToLink = ["/bin" "/sbin" "/lib" "/share/man" "/share/info" "/man" "/info" "/etc/xdg"]; + environment.pathsToLink = ["/bin" "/sbin" "/lib" "/share/man" "/share/info" "/share/emacs" "/man" "/info" "/etc/xdg"]; }