Unverified Commit 2b061240 authored by Ilan Joselevich's avatar Ilan Joselevich Committed by GitHub
Browse files

ormolu: Fix haskellPackages overlay usage (#345523)

parents fd698a4a a80788e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19176,7 +19176,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 { };