Unverified Commit a80788e6 authored by Ilan Joselevich's avatar Ilan Joselevich
Browse files

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.
parent 3510b853
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 { };