nixpkgs/nixos/modules/config
Eelco Dolstra e636e0a532 gdb: Look for debug info in /run/current-system/sw/lib/debug
The previous default was $out/lib/debug, which wasn't very useful.

This ensures that you can do

  environment.systemPackages = [ pkgs.hello.debug ];

to install debug info.
2015-09-17 15:56:37 +02:00
..
fonts nixos/fontconfig: separate rendering and alias configuration 2015-08-04 12:15:29 -05:00
gnu.nix
gtk-exe-env.nix
i18n.nix nixos i18n: add option to set console keymap from xkb 2015-09-13 11:02:16 +02:00
krb5.nix krb5: Break out into a lib and not lib version 2015-06-26 22:05:47 -07:00
ldap.nix
networking.nix Get rid of a warning about dbus in the activation script 2014-12-12 10:45:37 +01:00
no-x-libs.nix dbus: rename useX11 option into x11Support, cleanup a bit 2015-03-29 23:28:30 +00:00
nsswitch.nix nsswitch.conf: Omit ldap unless ldap is enabled 2015-02-25 14:31:13 +01:00
power-management.nix
pulseaudio.nix nixos/pulseaudio: Fix description 2015-06-11 17:26:12 -07:00
qt-plugin-env.nix
shells-environment.nix Some more type cleanup 2015-06-15 18:18:46 +02:00
swap.nix
sysctl.nix nixos: condition sysctl.kptr_restrict on features.grsecurity 2015-03-29 00:42:58 +01:00
system-environment.nix
system-path.nix gdb: Look for debug info in /run/current-system/sw/lib/debug 2015-09-17 15:56:37 +02:00
timezone.nix nixos: let's not forget types in the timezone module 2015-07-31 01:57:47 +00:00
unix-odbc-drivers.nix
update-users-groups.pl Ensure that the home directory exists even if the user already exists 2015-02-24 11:57:38 +01:00
users-groups.nix Rename users.extraUsers -> users.users, users.extraGroup -> users.groups 2015-09-02 17:34:23 +02:00
vpnc.nix
zram.nix