summary refs log tree commit diff
path: root/nixos/modules/config/system-path.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-30 15:16:48 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-30 15:21:16 +0100
commitd9d5c98c56809d2941404751b2304beab4e00c3e (patch)
treea5fb048bbd8d4f9534f4d3b65bbc2d848338b2b9 /nixos/modules/config/system-path.nix
parentc20403631da45ab4eff6dc803d4701da421ad05a (diff)
downloadnixpkgs-d9d5c98c56809d2941404751b2304beab4e00c3e.tar
nixpkgs-d9d5c98c56809d2941404751b2304beab4e00c3e.tar.gz
nixpkgs-d9d5c98c56809d2941404751b2304beab4e00c3e.tar.bz2
nixpkgs-d9d5c98c56809d2941404751b2304beab4e00c3e.tar.lz
nixpkgs-d9d5c98c56809d2941404751b2304beab4e00c3e.tar.xz
nixpkgs-d9d5c98c56809d2941404751b2304beab4e00c3e.tar.zst
nixpkgs-d9d5c98c56809d2941404751b2304beab4e00c3e.zip
Add option environment.enableDebugInfo
This makes the debug outputs of packages that have them available to
programs like gdb.
Diffstat (limited to 'nixos/modules/config/system-path.nix')
-rw-r--r--nixos/modules/config/system-path.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index f9257f578bf..e14e4cf1314 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -103,8 +103,7 @@ in
       [ "/bin"
         "/etc/xdg"
         "/info"
-        "/lib" # FIXME: remove
-        #"/lib/debug/.build-id" # enables GDB to find separated debug info
+        "/lib" # FIXME: remove and update debug-info.nix
         "/sbin"
         "/share/applications"
         "/share/desktop-directories"