default.nix: expose functionality: justStaticExecutables

Argument and doc was already provided in the header.

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

View File

@ -170,6 +170,10 @@ let
switch = failOnAllWarnings;
function = pkgs.haskell.lib.failOnAllWarnings;
}
{
switch = justStaticExecutables;
function = pkgs.haskell.lib.justStaticExecutables;
}
];
funcOnSwitchAppliesFunction = set: object: