enableDebugging
pkgs.enableDebugging
Docs pulled from | This Revision | 14 minutes ago
intended to be used like nix-build -E 'with import { }; enableDebugging fooPackage'
Noogle detected
Implementation
The following is the current implementation of this function.
enableDebugging = pkg: pkg.override { stdenv = stdenvAdapters.keepDebugInfo pkg.stdenv; };