query
On this page

enableDebugging

pkgs.enableDebugging

Docs pulled from | This Revision | 28 minutes ago


Nixpkgs manual

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; };