12 lines
154 B
Nix
12 lines
154 B
Nix
|
|
{
|
||
|
|
haskellPackages,
|
||
|
|
haskell,
|
||
|
|
}:
|
||
|
|
|
||
|
|
let
|
||
|
|
inherit (haskell.lib.compose)
|
||
|
|
justStaticExecutables
|
||
|
|
;
|
||
|
|
in
|
||
|
|
justStaticExecutables haskellPackages.fourmolu
|