default.nix: expose functionality: doStrip

Argument and doc was already provided in the header

M  default.nix
This commit is contained in:
Anton-Latukha 2020-06-03 20:40:47 +03:00
parent 6a80e3296c
commit 5a3dafc77d
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 4 additions and 0 deletions

View File

@ -154,6 +154,10 @@ let
switch = doJailbreak;
function = pkgs.haskell.lib.doJailBreak;
}
{
switch = doStrip;
function = pkgs.haskell.lib.doStrip;
}
{
switch = enableDWARFDebugging;
function = pkgs.haskell.lib.enableDWARFDebugging;