ormolu: Fix haskellPackages overlay usage
This makes pkgs.ormolu evaluate when pkg.haskellPackages is overlayed. Previously it would fail with a ".bin attribute missing" error.
This commit is contained in:
@@ -19259,7 +19259,7 @@ with pkgs;
|
||||
|
||||
niv = lib.getBin (haskell.lib.compose.justStaticExecutables haskellPackages.niv);
|
||||
|
||||
ormolu = haskellPackages.ormolu.bin;
|
||||
ormolu = lib.getBin (haskell.lib.compose.justStaticExecutables haskellPackages.ormolu);
|
||||
|
||||
capnproto = callPackage ../development/libraries/capnproto { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user