From a00f463ffa683b1f7339019df37ee7c10da47250 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 7 Jan 2008 11:24:02 +0000 Subject: [PATCH] * Symlink /man in /var/run/current-system/sw so that for example "man bash" works. Ideally of course all packages should put their man pages under $out/share/man. svn path=/nixos/trunk/; revision=10086 --- system/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/options.nix b/system/options.nix index c3d86fcdb34..3ed50ce34ff 100644 --- a/system/options.nix +++ b/system/options.nix @@ -1815,7 +1815,7 @@ root ALL=(ALL) SETENV: ALL environment = { pathsToLink = mkOption { - default = ["/bin" "/sbin" "/share"]; + default = ["/bin" "/sbin" "/share" "/man"]; example = ["/"]; description = " This allows to symlink more directories in /var/run/current-system/sw