summary refs log tree commit diff
path: root/nixos/modules/config/debug-info.nix
Commit message (Collapse)AuthorAge
* treewide: rename extraOutputs{ToLink,ToInstall}Vladimír Čunát2016-04-07
| | | | This is to get more consistent with `meta.outputsToInstall`.
* nixos systemPackages: rework default outputsVladimír Čunát2016-01-28
| | | | | | | | | | | - Now `pkg.outputUnspecified = true` but this attribute is missing in every output, so we can recognize whether the user chose or not. If (s)he didn't choose, we put `pkg.bin or pkg.out or pkg` into `systemPackages`. - `outputsToLink` is replaced by `extraOutputsToLink`. We add extra outputs *regardless* of whether the user chose anything. It's mainly meant for outputs with docs and debug symbols. - Note that as a result, some libraries will disappear from system path.
* Add option environment.enableDebugInfoEelco Dolstra2015-10-30
This makes the debug outputs of packages that have them available to programs like gdb.