about summary refs log tree commit diff
path: root/scripts/nix-profile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/nix-profile.sh')
-rw-r--r--scripts/nix-profile.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/nix-profile.sh b/scripts/nix-profile.sh
index 977210165bda..68a33ecc6d1e 100644
--- a/scripts/nix-profile.sh
+++ b/scripts/nix-profile.sh
@@ -12,4 +12,8 @@ if test -z "$NIX_SET"; then
 
     export C_INCLUDE_PATH=$NIX_LINKS/include:$C_INCLUDE_PATH
 
-fi
\ No newline at end of file
+    export PKG_CONFIG_PATH=$NIX_LINKS/lib/pkgconfig:$PKG_CONFIG_PATH
+
+    export MANPATH=$NIX_LINKS/man:$MANPATH
+
+fi